How to Activate Layouts for Objects

As a sales administrator, you can create user layouts by duplicating the corresponding Industry Solutions layouts and assigning roles and expressions.

Use Application Composer to present standard pages using different page layouts defined by you. For example, a sales executive can see certain privileged fields on an opportunity record, which other sales team members can't see. Similarly, an open opportunity that's in progress might have certain fields different from a closed opportunity.

Activate Layouts

Here's how you can activate the layouts and perform the settings as given in the following tables:

  1. Go to Application Composer.

  2. Select an application from the Application list.

  3. Expand Custom Objects and expand the object, for example, Audit History.

  4. Click Pages and in the Details Page Layouts area, do the following:

    1. Select All layouts in the Layout Status list.

    2. Click to select the Standard layout row.

    3. Click Actions-Duplicate.

    4. In the Duplicate Layout dialog, enter the New Layout Name for each object.

    5. Click Save and Close.

    6. Select the role for each object from the Role column.

    7. Add an advanced expression by clicking the Advanced Expression > Enter expression to determine which page layout to display column. Click OK.

You can dynamically control the display of page layouts based on:

  • Roles

  • Groovy Scripts

  • Type of Record

The order of activating layouts must be:

  1. Landing page

  2. Create

  3. Detail

  4. Search and Select Dialog or Reusable Regions

The following tables list the objects for which you must set the layouts and provides the values that you must specify. as applicable, for each object.

Merchandising Specific Layouts

Merchandise layouts for the Common application

In the common application, you must activate the merchandise layouts listed in the following table.

Object

Page Layout

Layout Name

Role

Advanced Expression

Audit History

Landing Page

ORACO Duplicate Layout

Any

Audit History

Create

ORACO Duplicate Layout

Any

Audit History

Detail

ORACO Duplicate Layout

Any

Audit History

Search and Select Dialog

ORACO Duplicate Layout

Any

Inventory

Landing Page

ORACO Duplicate Layout

Any

Inventory

Create

ORACO Duplicate Layout

Any

Inventory

Detail

ORACO Duplicate Layout

Any

Inventory

Detail

ORACO DSD Duplicate Layout

Any

Inventory

Search and Select Dialog

ORACO Duplicate Layout

Any

Distributor

Landing Page

ORACO Duplicate Layout

Any

Distributor

Create

ORACO Duplicate Layout

Any

Distributor

Detail

ORACO Duplicate Layout

Any

Distributor

Search and Select Dialog

ORACO Duplicate Layout

Any

Order Line Request

Detail

ORACO Duplicate Layout

Any

Order Line Request

Detail

ORACO Duplicate Layout

Any

Shopping Cart Item

Detail

ORACO Duplicate Layout

Any

Order

Landing Page

ORACO Duplicate Layout

Any

Order

Landing Page

ORACO Telesales Duplicate Layout

Any

Order

Create

ORACO Duplicate Layout

Any

Order

Detail

ORACO Duplicate Layout

Any

Order

Detail

After Submit

Any

if(__ORACO__OrderStatus_c == "ORA_ACO_ORDER_STATUS_SUBMITTED") return true;

Order

Detail

ORACO Telesales Duplicate Layout

Any

Order

Detail

ORACO Telesales Submitted Layout

Any

if (__ORACO__OrderStatus_c == 'ORA_ACO_ORDER_STATUS_SUBMITTED' || __ORACO__OrderStatus_c == 'ORA_ACO_ORDER_STATUS_PARTIAL' || __ORACO__OrderStatus_c == 'ORA_ACO_ORDER_STATUS_DELIVERED'){ return true }

Order

Detail

ORACO Telesales Booked Layout

Any

if (__ORACO__OrderStatus_c == 'ORA_ACO_ORDER_STATUS_BOOKED'){ return true }

Order

Detail

ORACO Telesales Cancel Request Layout

Any

if (__ORACO__OrderStatus_c == 'ORA_ACO_ORDER_STATUS_CANCELREQ'){ return true }

Order

Detail

ORACO Telesales Cancel Reject Layout

Any

if (__ORACO__OrderStatus_c == 'ORA_ACO_ORDER_STATUS_CANCELREJ'){
return true
}

Order

Detail

ORACO Telesales Canceled Layout

Any

 if (__ORACO__OrderStatus_c == 'ORA_ACO_ORDER_STATUS_CANCELED'){
return true
}

Order

Search and Select Dialog

ORACO Duplicate Layout

Any

Order

Search and Select Dialog

ORACO Telesales Duplicate Layout

Any

Shopping Cart

Landing Page

ORACO Duplicate Layout

Any

Shopping Cart

Create

ORACO Duplicate Layout

Any

Shopping Cart

Detail

ORACO Duplicate Layout

Any

Shopping Cart

Search and Select Dialog

ORACO Duplicate Layout

Any

UOM Conversion

Landing Page

ORACO Duplicate Layout

Any

UOM Conversion

Create

ORACO Duplicate Layout

Any

UOM Conversion

Detail

ORACO Duplicate Layout

Any

UOM Conversion

Search and Select Dialog

ORACO Duplicate Layout

Any

Account

Landing Page

ORACO Duplicate Layout

Any

Account

Create

ORACO Duplicate Layout

Any

Account

Detail

ORACO Duplicate Layout

Any

Account

Detail

ORACO Sales Representative Layout

Sales Representative Custom

Account

Detail

ORACO Sales Manager Layout

Sales Manager Custom, Account Manager Custom

Account

Detail

ORACO Marketing Manager Layout

Marketing Manager Custom

Account

Search and Select Dialog

ORACO Duplicate Layout

Any

Business Plan

Landing Page

ORACO Duplicate Layout

Any

Business Plan

Create

ORACO Duplicate Layout

Any

Business Plan

Detail

ORACO Duplicate Layout

Any

Business Plan

Detail

ORACO Duplicate Layout For Revise Objective

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_REVISION'){ return true; }

Business Plan

Detail

ORACO Duplicate Layout For Active Objective

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_ACTIVE){ return true; }

Business Plan

Detail

ORACO Duplicate Layout For Rejected Objective

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_REJECTED'){ return true; }

Business Plan

Detail

ORACO Duplicate Layout For Approved Objective

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_APPROVED'){ return true; }

Business Plan

Detail

Admin MktMgr Layout For Approved Objective

Sales Administrator Custom Marketing Management Custom

if (__ORACO__Status_c == 'ORA_ACO_BP_APPROVED'){ return true; }

Business Plan

Detail

ORACO Duplicate Layout For Pending Objective

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_PENDING'){ return true; }

Business Plan

Detail

ORACO Duplicate Layout For Draft Objective

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_DRAFT'){ return true; }

Business Plan

Detail

ORACO Duplicate Layout For Publishing Objective

Any

if ((__ORACO__Status_c == 'ORA_ACO_BP_PLANPUBLISHED') || (__ORACO__Status_c == 'ORA_ACO_BP_PUBLISHED')){ return true; }

Business Plan

Detail

ORACO Duplicate Layout For Scheduled Objective

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_SCHEDULED'){ return true; }

Business Plan

Search and Select Dialog

ORACO Duplicate Layout

Any

Business Plan

__ORACO__BusinessPlan_c

Landing Page

ORACO Duplicate Layout

Any

Business Plan

__ORACO__BusinessPlan_c

Create

ORACO Duplicate Layout

Any

Business Plan

__ORACO__BusinessPlan_c

Detail

ORACO Duplicate Layout

Any

Business Plan

__ORACO__BusinessPlan_c

Detail

ORACO Duplicate Layout For Revise Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_REVISION'){ return true; }

Business Plan

__ORACO__BusinessPlan_c

Detail

ORACO Duplicate Layout For Active Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_ACTIVE'){ return true; }

Business Plan

__ORACO__BusinessPlan_c

Detail

ORACO Duplicate Layout For Rejected Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_REJECTED'){ return true; }

Business Plan

__ORACO__BusinessPlan_c

Detail

ORACO Duplicate Layout For Approved Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_APPROVED'){ return true; }

Business Plan

__ORACO__BusinessPlan_c

Detail

Admin MktMgr For Approved Plan

Sales Administrator Custom Marketing Manager Custom

if (__ORACO__Status_c == 'ORA_ACO_BP_APPROVED'){ return true; }

Business Plan

__ORACO__BusinessPlan_c

Detail

ORACO Duplicate Layout For Pending Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_PENDING'){ return true; }

Business Plan

__ORACO__BusinessPlan_c

Detail

ORACO Duplicate Layout For Draft Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_DRAFT'){ return true; }

Business Plan

__ORACO__BusinessPlan_c

Detail

ORACO Duplicate Layout For Publishing Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_PLANPUBLISHED'){ return true; }

Business Plan

__ORACO__BusinessPlan_c

Detail

ORACO Duplicate Layout For Scheduled Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_BP_SCHEDULED'){ return true; }

Business Plan

__ORACO__BusinessPlan_c

Search and Select Dialog

ORACO Duplicate Layout

Any

Merchandise layouts for the Sales application

In the Sales application, you must activate the merchandise layouts listed in the following table.

Object

Page Layout

Layout Name

Role

Advanced Expression

Promotion

Landing Page

ORACO Duplicate Layout

Any

Promotion

Create

ORACO Duplicate Layout

Any

Promotion

Detail

ORACO Duplicate Layout

Any

Promotion

Detail

Approved Layout

Sales Representative Custom

 if(__ORACO__Status_c=='ORA_ACO_PROMOTION_APPROVED') return true

Promotion

Detail

Approved Layout

Sales Manager Custom

Promotion

Detail

Approved Layout for MM

Marketing Manager Custom

 if(__ORACO__Status_c=='ORA_ACO_PROMOTION_APPROVED') return true

Promotion

Detail

Draft Layout For Non AM

Marketing Manager Custom

 if(__ORACO__Status_c=='ORA_ACO_PROMOTION_APPROVED') return true

Promotion

Detail

Draft Layout For Non AM

Sales Representative Custom

Promotion

Detail

Draft Layout For Non AM

Sales Manager Custom

Promotion

Detail

Draft Layout For AM

Sales Administrator Custom

 if(__ORACO__Status_c=='ORA_ACO_PROMOTION_DRAFT')
return true

Promotion

Detail

Draft Layout For AM

Account Manager Custom

Promotion

Detail

Approved Layout For AM

Sales Administrator Custom

 if(__ORACO__Status_c=='ORA_ACO_PROMOTION_APPROVED')
return true

Promotion

Detail

Approved Layout For AM

Account Manager Custom

Promotion

Search and Select Dialog

ORACO Duplicate Layout

Any

Promotion Program

Landing Page

ORACO Duplicate Layout

Any

Promotion Program

Create

ORACO Duplicate Default Layout

Any

Promotion Program

Detail

ORACO Duplicate Layout

Any

Promotion Program

Detail

Approved Layout

Any

if(__ORACO__Status_c=='ORA_ACO_PROMO_PROG_APPROVED') return true

Promotion Program

Detail

Marketing Manager Draft Layout

Marketing Manager Custom

if(__ORACO__Status_c=='ORA_ACO_PROMO_PROG_DRAFT') return true

Promotion Program

Search and Select Dialog

ORACO Duplicate Layout

Any

Store Visit Tasks

Landing Page

ORACO Duplicate Layout

Any

Store Visit Tasks

Create

ORACO Duplicate Layout

Any

Store Visit Tasks

Detail

ORACO Duplicate Layout

Any

Store Visit Tasks

Detail

ORACO Layout for Roles

Sales Manager Custom

Store Visit Tasks

Detail

ORACO Layout for Roles

Sales Representative Custom

Store Visit Tasks

Detail

ORACO Layout for Roles

Marketing Manager Custom

Store Visit Tasks

Detail

ORACO Layout for Roles

Account Manager Custom

Store Visit Tasks

Search and Select Dialog

ORACO Duplicate Layout

Any

Store Visit Type

Landing Page

ORACO Duplicate Layout

Any

Store Visit Type

Create

ORACO Duplicate Layout

Any

Store Visit Type

Detail

ORACO Duplicate Layout

Any

Store Visit Type

Detail

ORACO Layout for Roles

Sales Manager Custom

Store Visit Type

Detail

ORACO Layout for Roles

Sales Representative Custom

Store Visit Type

Detail

ORACO Layout for Roles

Marketing Manager Custom

Store Visit Type

Detail

ORACO Layout for Roles

Account Manager Custom

Store Visit Type

Detail

ORACO Dynamic Type Layout

Any

if(__ORACO__SchedulingMethod_c=='ORA_ACO_TASK_SCHED_DYNAMIC'){ return true; }

Store Visit Type

Search and Select Dialog

ORACO Duplicate Layout

Any

Trade Fund

Landing Page

ORACO Duplicate Layout

Any

Trade Fund

Create

ORACO Duplicate Layout

Any

Trade Fund

Detail

Draft Layout

Any

if(__ORACO__Status_c=='ORA_ACO_TRADE_FUND_DRAFT') 
return true

Trade Fund

Detail

Active Layout

Any

if(__ORACO__Status_c=='ORA_ACO_TRADE_FUND_ACTIVE') 
return true

Trade Fund

Detail

Inactive Layout

Any

if(__ORACO__Status_c=='ORA_ACO_TRADE_FUND_INACTIVE')
return true

Trade Fund

Search and Select Dialog

ORACO Duplicate Layout

Any

Activity

Appointment Landing Page

ORACO Duplicate Layout

Any

Activity

Appointment Create

ORACO Duplicate Layout

Any

Activity

Appointment Details

Before Check In Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_NSTARTED'){
return true
}else{
return false
}

Activity

Appointment Details

After Check In Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_INPROGR'){
return true
}else{
return false
}

Activity

Appointment Details

After Checkout Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_COMPLETED'){
return true
}else{
return false
}

Activity

Embedded Activity Summary Layout

ORACO Duplicate Layout

Any

Activity (Task Layout)

Task Create

ORACO Duplicate Layout

Any

Activity (Task Layout)

Task Create

ORACO BusPlan Layout

Any

if(BusinessPlanName != null){ return true; }

Activity (Task Layout)

Task Create

ORACO Contract Layout

Any

if(__ORACO__ContractTemplate_Obj_c?.RecordName != null || __ORACO__Contract_Obj_c?.RecordName != null){ return true; }

Activity (Task Layout)

Task Details

ORACO Duplicate Layout

Any

Activity (Task Layout)

Task Details

ORACO BusPlan Layout

Any

if(BusinessPlanName != null){ return true; }

Activity (Task Layout)

Task Details

ORACO Contract Layout

Any

if(__ORACO__ContractTemplate_Obj_c?.RecordName != null || __ORACO__Contract_Obj_c?.RecordName != null){ return true; }

Priority Portfolio

Landing page

ORACO Duplicate Layout

Any

Priority Portfolio

Create

ORACO Duplicate Layout

Any

Priority Portfolio

Detail

ORACO Duplicate Layout

Any

Priority Portfolio

Search and Select Dialog

ORACO Duplicate Layout

Any

Product Group

Landing page

ORACO Duplicate Layout

Any

Product Group

Create

ORACO Duplicate Layout

Any

Product Group

Detail

ORACO Duplicate Layout

Any

Product Group

Search and Select Dialog

ORACO Duplicate Layout

Any

Product

Landing page

ORACO Duplicate Layout

Any

Product

Create

ORACO Duplicate Layout

Any

Product

Detail

ORACO Duplicate Layout

Any

Product

Search and Select Dialog

ORACO Duplicate Layout

Any

Attainment

Create

ORACO Duplicate Layout

Any

Attainment

Detail

ORACO Duplicate Layout

Any

Benefit

Create

ORACO Duplicate Layout

Any

Benefit

Detail

ORACO Duplicate Layout

Any

Benefit

Detail

ORACO Duplicate Layout OD

Any

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_OD' && __ORACO__Negotiable_c == 'N' && __ORACO__CGContractTemplate_Id_c == null && __ORACO__Contract_Id_c != null)
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout PD

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_PD' && __ORACO__Negotiable_c == 'N' && __ORACO__CGContractTemplate_Id_c == null && __ORACO__Contract_Id_c != null)
{
  return true;
}
else
{
  return false;
}

Benefit

Detail

ORACO Duplicate Layout DC

Type

if((__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_DC' && __ORACO__Negotiable_c == 'N' && __ORACO__CGContractTemplate_Id_c == null && __ORACO__Contract_Id_c != null)||(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_LP' && __ORACO__Negotiable_c == 'N' && __ORACO__CGContractTemplate_Id_c == null && __ORACO__Contract_Id_c != null))
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout LLA

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_LLA' && __ORACO__CGContractTemplate_Id_c == null && __ORACO__Contract_Id_c != null)
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout Negotiable OD

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_OD' && __ORACO__Negotiable_c == 'Y' && __ORACO__CGContractTemplate_Id_c != null && __ORACO__Contract_Id_c == null)
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout Negotiable PD

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_PD' && __ORACO__Negotiable_c == 'Y' && __ORACO__CGContractTemplate_Id_c == null && __ORACO__Contract_Id_c != null)
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout Negotiable DC

Type

if((__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_DC' && __ORACO__Negotiable_c == 'Y' && __ORACO__CGContractTemplate_Id_c == null && __ORACO__Contract_Id_c != null)||
(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_LP' && __ORACO__Negotiable_c == 'Y' && __ORACO__CGContractTemplate_Id_c == null && __ORACO__Contract_Id_c != null))
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout OD Template

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_OD' && __ORACO__Negotiable_c == 'N' && __ORACO__CGContractTemplate_Id_c != null && __ORACO__Contract_Id_c == null)
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout PD Template

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_PD' && __ORACO__Negotiable_c == 'N' && __ORACO__CGContractTemplate_Id_c != null && __ORACO__Contract_Id_c == null)
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout DC Template

Type

if((__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_DC' && __ORACO__Negotiable_c == 'N' && __ORACO__CGContractTemplate_Id_c != null && __ORACO__Contract_Id_c == null)||
(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_LP' && __ORACO__Negotiable_c == 'N' && __ORACO__CGContractTemplate_Id_c != null && __ORACO__Contract_Id_c == null))
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout LLA Template

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_LLA' && __ORACO__CGContractTemplate_Id_c != null && __ORACO__Contract_Id_c == null)
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout Negotiable OD Template

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_OD' && __ORACO__Negotiable_c == 'Y' && __ORACO__CGContractTemplate_Id_c == null && __ORACO__Contract_Id_c != null)
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout Negotiable PD Template

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_PD' && __ORACO__Negotiable_c == 'Y' && __ORACO__CGContractTemplate_Id_c != null && __ORACO__Contract_Id_c == null)
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout Negotiable DC Template

Type

if((__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_DC' && __ORACO__Negotiable_c == 'Y' && __ORACO__CGContractTemplate_Id_c != null && __ORACO__Contract_Id_c == null)||
(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_DC' && __ORACO__Negotiable_c == 'Y' && __ORACO__CGContractTemplate_Id_c != null && __ORACO__Contract_Id_c == null))
{
return true;
}
else
{
return false;
}

Benefit

Detail

ORACO Duplicate Layout OD CC

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_OD' && (__ORACO__Contract_Obj_c?.__ORACO__Status_c == 'CANCELED' || __ORACO__Contract_Obj_c?.__ORACO__Status_c == 'CLOSED' || __ORACO__Contract_Obj_c?.__ORACO__Status_c == 'EXPIRED')){ return true; } else { return false; }

Benefit

Detail

ORACO Duplicate Layout PD CC

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_PD' && (__ORACO__Contract_Obj_c?.__ORACO__Status_c == 'CANCELED' || __ORACO__Contract_Obj_c?.__ORACO__Status_c == 'CLOSED' || __ORACO__Contract_Obj_c?.__ORACO__Status_c == 'EXPIRED')){ return true; } else { return false; }

Benefit

Detail

ORACO Duplicate Layout DC CC

Type

if(__ORACO__Type_c=='ORA_ACO_BENEFIT_TYPE_DC' && (__ORACO__Contract_Obj_c?.__ORACO__Status_c == 'CANCELED' || __ORACO__Contract_Obj_c?.__ORACO__Status_c == 'CLOSED' || __ORACO__Contract_Obj_c?.__ORACO__Status_c == 'EXPIRED')){ return true; } else { return false; }

Benefit

Detail

ORACO Benefit History Layout

Any

if(CGContractHistory___ORACO__ContractHistoryToBenefit_Src != null) {return true;} else {return false;}

Benefit Balance

Detail

ORACO Duplicate Layout

Any

Benefit Guard

Create

ORACO DC Layout

Any

if(__ORACO__Benefit_Obj_c?.__ORACO__Type_c == 'ORA_ACO_BENEFIT_TYPE_DC')
{
setAttribute('__ORACO__GuardType_c', 'ORA_ACO_DISCOUNT_AMOUNT');
return true;
}

Benefit Guard

Create

ORACO PD Layout

Any

if(__ORACO__Benefit_Obj_c?.__ORACO__Type_c == 'ORA_ACO_BENEFIT_TYPE_PD') { return true; }

Benefit Guard

Detail

ORACO Duplicate Layout

Any

Benefit Transaction

Detail

ORACO Duplicate Layout

Any

Compliance History

Detail

ORACO Duplicate Layout

Any

Condition

Create

ORACO Duplicate Layout

Any

Condition

Detail

ORACO Duplicate Layout

Any

Condition

Detail

ORACO Manual Negotiable Layout

Any

if(__ORACO__Negotiable_c == 'Y'   && __ORACO__Type_c == 'ORA_ACO_CONDITION_TYPE_M' && __ORACO__Benefit_Obj_c?.__ORACO__CGContractTemplate_Id_c == null) { return true; } else { return false; }

Condition

Detail

ORACO Manual Non Negotiable Layout

Any

if(__ORACO__Negotiable_c == 'N'   && __ORACO__Type_c == 'ORA_ACO_CONDITION_TYPE_M' && __ORACO__Benefit_Obj_c?.__ORACO__CGContractTemplate_Id_c == null) { return true; } else { return false; }

Condition

Detail

ORACO Automatic Non Negotiable Layout

Any

if(__ORACO__Negotiable_c == 'Y'    && __ORACO__Type_c != 'ORA_ACO_CONDITION_TYPE_M' && __ORACO__Benefit_Obj_c?.__ORACO__CGContractTemplate_Id_c == null) { return true; } else { return false; }

Condition

Detail

ORACO Automatic Negotiable Layout

Any

if(__ORACO__Negotiable_c == 'N'    && __ORACO__Type_c != 'ORA_ACO_CONDITION_TYPE_M' && __ORACO__Benefit_Obj_c?.__ORACO__CGContractTemplate_Id_c == null) { return true; } else { return false; }

Condition

Detail

ORACO Non Negotiable Template Layout

Any

if(__ORACO__Negotiable_c == 'N' && __ORACO__Benefit_Obj_c?.__ORACO__CGContractTemplate_Id_c != null) { return true; } else { return false; }

Condition

Detail

ORACO Template Negotiable Layout

if(__ORACO__Negotiable_c == 'Y' && __ORACO__Benefit_Obj_c?.__ORACO__CGContractTemplate_Id_c != null) { return true; } else { return false; }

Condition

Detail

ORACO Condition History Layout

Any

if(__ORACO__Benefit_Obj_c?.CGContractHistory___ORACO__ContractHistoryToBenefit_Src != null) {return true;} else {return false;}

Condition Compliance History

Create

ORACO Duplicate Layout

Any

Condition Compliance History

Detail

ORACO Condition History Layout

Any

if(__ORACO__Benefit_Obj_c?.CGContractHistory___ORACO__ContractHistoryToBenefit_Src != null) {return true;} else {return false;}

Condition Compliance History

Detail

ORACO Duplicate Layout

Any

Condition Guard

Create

ORACO Duplicate Layout

Any

Condition Guard

Detail

ORACO Duplicate Layout

Any

Condition Template

Landing Page

ORACO Duplicate Layout

Any

Condition Template

Create

ORACO Duplicate Layout

Any

Condition Template

Detail

ORACO Duplicate Layout

Any

Contract

Landing Page

ORACO Duplicate Layout

Any

Contract

Create

ORACO Duplicate Layout

Any

Contract

Detail

ORACO Duplicate Layout

Any

Contract

Detail

ORACO Pending Approval Layout

Any

if( __ORACO__Status_c == 'PENDING_APPROVAL') { return true; } else { return false; }

Contract

Detail

ORACO Draft Layout

Any

if( __ORACO__Status_c == 'DRAFT') { return true; } else { return false; }

Contract

Search

ORACO Duplicate Layout

Any

Contract History

Landing Page

ORACO Duplicate Layout

Any

Contract History

Create

ORACO Default Layout

Any

Contract History

Detail

ORACO Duplicate Layout

Any

Contract History

Search

ORACO Duplicate Layout

Any

Contract Print Template

Landing Page

ORACO Duplicate Layout

Any

Contract Print Template

Create

ORACO Duplicate Layout

Any

Contract Print Template

Detail

ORACO Duplicate Layout

Any

Contract Template

Landing Page

ORACO Duplicate Layout

Any

Contract Template

Create

ORACO Duplicate Layout

Contract Template

Detail

ORACO Scheduled Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_CNTRCT_TPL_ST_SCHED'){ return true; }

Contract Template

Detail

ORACO Duplicate Layout

Any

Contract Template

Detail

ORACO Duplicate Layout For Schedule with AccClustr

Any

if (__ORACO__Status_c == 'ORA_ACO_PRNT_TMPL_STATUS_S'){ return true; }

Contract Template

Detail

ORACO Default Layout

Contract Template

Detail

ORACO Revised Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_CNTRCT_TPL_ST_REVISED'){ return true; }

Contract Template

Detail

ORACO Revised Layout for Marketing Admin

Sales Administrator Custom Marketing Manager Custom

if (__ORACO__Status_c == 'ORA_ACO_CNTRCT_TPL_ST_REVISED'){ return true; }

Contract Template

Detail

ORACO Inactive Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_CNTRCT_TPL_ST_INACTIVE'){ return true; }

Contract Template

Detail

ORACO Inactive Layout for Marketing Admin

Sales Administrator Custom Marketing Manager Custom

if (__ORACO__Status_c == 'ORA_ACO_CNTRCT_TPL_ST_INACTIVE'){ return true; }

Contract Template

Detail

ORACO Active Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_CNTRCT_TPL_ST_ACTIVE'){ return true; }

Contract Template

Detail

ORACO Published Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_CNTRCT_TPL_ST_PUBLISH'){ return true; }

Contract Template

Detail

ORACO Draft Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_CNTRCT_TPL_ST_DRAFT' || __ORACO__Status_c == null){ return true; }

Contract Template

Detail

ORACO Draft Layout for Marketing Admin

Sales Administrator Custom Marketing Manager Custom

if (__ORACO__Status_c == 'ORA_ACO_CNTRCT_TPL_ST_DRAFT' || __ORACO__Status_c == null){ return true; }

Contract Template

Detail

ORACO Scheduled Layout

if (__ORACO__Status_c == 'ORA_ACO_CNTRCT_TPL_ST_SCHED'){ return true; }

Contract Template

Search

ORACO Duplicate Layout

Any

Distribution Schedule

Create

ORACO Duplicate Layout

Any

Distribution Schedule

Detail

ORACO Duplicate Layout

Any

Forecast Attainment

Create

ORACO Duplicate Layout

Any

Forecast Attainment

Detail

ORACO Duplicate Layout

Any

MDF Request

Create

ORACO Benefit Fund Layout

Any

if (__ORACO__Benefit_Id_c != null)

{

  setAttribute('__ORACO__AllocationType_c', 'ORA_ACO_CONTRACT');

  return true

}

else

{

  return false

};

MDF Request

Detail

ORACO Benefit Fund Layout

Any

if (__ORACO__Benefit_Id_c != null) {return true} else {return false};

MDF Claim

Detail

ORACO Duplicate Layout

Any

if (__ORACO__ClaimRequest_Id_c!=null || __ORACO__DeductionRequest_Id_c!=null || FundRequest?.__ORACO__Benefit_Id_c != null)

return true

Resolution

Create

ORACO Benefit Settlement Layout

Any

if(__ORACO__Benefit_Id_c != null)
{
try
{
__ORACO__autoFillBenefitSettlement();
} catch(Exception ex) {
println(ex.toString());
return false;
}
return true
} else
{
return false
};

Resolution

Detail

ORACO Benefit Settlement Layout

Any

if(__ORACO__Benefit_Id_c != null) {return true} else {return false};

Term

Landing Page

ORACO Duplicate Layout

Any

Term

Create

ORACO Contract Term Layout

Any

if(__ORACO__Contract_Id_c!=null) { return true; }

Term

Detail

ORACO Term History Layout

Any

if(CGContractHistory___ORACO__ContractHistoryToTerms_Src != null) {return true;} else {return false;}

Term

Detail

ORACO Contract Template Term Layout

Any

if(__ORACO__ContractTemplate_Id_c!=null) { return true; }

Term

Detail

ORACO Contract Term Layout

Any

if(__ORACO__Contract_Id_c!=null) { return true; }

Term

Detail

ORACO Duplicate Layout

Any

Term

Detail

ORACO Pending Approval Layout

Any

if (__ORACO__Contract_Obj_c?.__ORACO__Status_c == "ACTIVE" || __ORACO__Contract_Obj_c?.__ORACO__Status_c == "PENDING_APPROVAL") {return true;} else {return false;}

Term

Detail

ORACO Term History Layout

Any

if(CGContractHistory___ORACO__ContractHistoryToTerms_Src != null) {return true;} else {return false;}

Term

Search

ORACO Duplicate Layout

Any

Object Attributes

Landing Page

ORACO Duplicate Layout

Any

Object Attributes

Create

ORACO Duplicate Layout

Any

Object Attributes

Detail

ORACO Duplicate Layout

Any

Object Attributes

Search and Select Dialog

ORACO Duplicate Layout

Any

Object Configuration

Landing Page

ORACO Duplicate Layout

Any

Object Configuration

Create

ORACO Duplicate Layout

Any

Object Configuration

Detail

ORACO Duplicate Layout

Any

Object Configuration

Search and Select Dialog

ORACO Duplicate Layout

Any

Filter Criteria Group

Landing Page

ORACO Duplicate Layout

Any

Filter Criteria Group

Create

ORACO Duplicate Layout

Any

Filter Criteria Group

Detail

ORACO Duplicate Layout

Any

Filter Criteria Group

Search and Select Dialog

ORACO Duplicate Layout

Any

Filter Criteria

Create

ORACO Duplicate Layout

Any

Filter Criteria

Detail

ORACO Duplicate Layout

Any

Filter Criteria

Detail

ORACO RETPL Layout

Any

def checkOption =oracle.apps.fnd.applcore.Profile.get('ORA_ACO_USE_SYNC_RULES_FOR_RETPL')

if(checkOption == 'Y' || checkOption == 'y') {return true;}
else {return false;}

Sync Rule

Landing Page

ORACO Duplicate Layout

Any

Sync Rule

Landing Page

ORACO RETPL Layout

Any

Sync Rule

Create

ORACO Duplicate Layout

Any

Sync Rule

Create

ORACO RETPL Layout

Any

def checkOption =oracle.apps.fnd.applcore.Profile.get('ORA_ACO_USE_SYNC_RULES_FOR_RETPL')

if(checkOption == 'Y' || checkOption == 'y') {return true;}
else {return false;}

Sync Rule

Detail

ORACO Duplicate Layout

Any

Sync Rule

Detail

ORACO RETPL Layout

Any

def checkOption =oracle.apps.fnd.applcore.Profile.get('ORA_ACO_USE_SYNC_RULES_FOR_RETPL')

if(checkOption == 'Y' || checkOption == 'y') {return true;}
else {return false;}

Sync Rule

Search and Select Dialog

ORACO Duplicate Layout

Any

Print Template

Landing Page

ORACO Duplicate Layout

Any

Print Template

Create

ORACO Duplicate Layout

Any

Print Template

Detail

ORACO Duplicate Layout

Any

Print Template

Detail

ORACO Duplicate Layout For Draft with AccClustr

Any

if( (__ORACO__Status_c == null || __ORACO__Status_c == 'ORA_ACO_PRNT_TMPL_STATUS_D' ) && (__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_I' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_P' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_O')){
return true;
}else{
return false;
}

Print Template

Detail

ORACO Duplicate Layout For Draft without AccClustr

Any

if( (__ORACO__Status_c == null || __ORACO__Status_c == 'ORA_ACO_PRNT_TMPL_STATUS_D' ) && (__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IA' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_C' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_RS' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IR' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IT')){
return true;
}else{
return false;
}

Print Template

Detail

ORACO Duplicate Layout For Publsh with AccClustr

Any

if( (__ORACO__Status_c == 'ORA_ACO_PRNT_TMPL_STATUS_P' ) &&
(__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_I' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_P' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_O')){
return true;
}else{
return false;
}

Print Template

Detail

ORACO Duplicate Layout For Actve with AccClustr

Any

if( ( __ORACO__Status_c == 'ORA_ACO_PRNT_TMPL_STATUS_A' ) && (__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_I' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_P' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_O')){
return true;
}else{
return false;
}

Print Template

Detail

ORACO Duplicate Layout For Actve without AccClustr

Any

if( (__ORACO__Status_c == 'ORA_ACO_PRNT_TMPL_STATUS_A' ) && (__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IA' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_C' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_RS' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IR' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IT')){
return true;
}else{
return false;
}

Print Template

Detail

ORACO Duplicate Layout For Inactv with AccClustr

Any

if( (__ORACO__Status_c == 'ORA_ACO_PRNT_TMPL_STATUS_I' ) &&
(__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_I' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_P' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_O')){
return true;
}else{
return false;
}

Print Template

Detail

ORACO Duplicate Layout For Inactv witout AccClustr

Any

if( (__ORACO__Status_c == 'ORA_ACO_PRNT_TMPL_STATUS_I' ) && (__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IA' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_C' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_RS' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IR' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IT')){
return true;
}else{
return false;
}

Print Template

Detail

ORACO Duplicate Layout For Revise with AccClustr

Any

if( ( __ORACO__Status_c == 'ORA_ACO_PRNT_TMPL_STATUS_R' ) && (__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_I' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_P' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_O')){
return true;
}else{
return false;
}

Print Template

Detail

ORACO Duplicate Layout For Revise without AccClustr

Any

if( (__ORACO__Status_c == 'ORA_ACO_PRNT_TMPL_STATUS_R' ) && (__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IA' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_C' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_RS' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IR' ||
__ORACO__TemplateType_c == 'ORA_ACO_PRINT_TMPL_TYPE_IT')){
return true;
}else{
return false;
}

Print Template

Detail

ORACO Duplicate Layout For Schedule with AccClustr

Any

if (__ORACO__Status_c == 'ORA_ACO_PRNT_TMPL_STATUS_S'){ return true; }

Print Template

Search and Select Dialog

ORACO Duplicate Layout

Any

Template File

Landing Page

ORACO Duplicate Layout

Any

Template File

Create

ORACO Duplicate Layout

Any

Template File

Detail

ORACO Duplicate Layout

Any

Template File

Search and Select Dialog

ORACO Duplicate Layout

Any

Account Task Details

Landing Page

ORACO Duplicate Layout

Sales Administrator Custom Marketing Manager Custom

Account Task Details

Create

ORACO Duplicate Layout

Sales Administrator Custom Marketing Manager Custom

Account Task Details

Detail

ORACO Duplicate Layout

Sales Administrator Custom Marketing Manager Custom Sales Representative Custom

Account Task Details

Search and Select Dialog

ORACO Duplicate Layout

Sales Administrator Custom Marketing Manager Custom

Direct Store Delivery Specific Layouts

In the common application, you must activate the direct store delivery specific layouts listed in the following table.

Object

Page Layout

Layout Name

Role

Advanced Expression

Coupon

Landing Page

ORACO Duplicate Layout

Any

Coupon

Create

ORACO Duplicate Layout

Any

Coupon

Detail

ORACO Duplicate Layout

Any

Coupon

Search and Select Dialog

ORACO Duplicate Layout

Any

Coupon Settlement

Landing Page

ORACO Duplicate Layout

Any

Coupon Settlement

Create

ORACO Duplicate Layout

Any

Coupon Settlement

Detail

ORACO Duplicate Layout

Any

Coupon Settlement

Detail

ORACO Cashier Layout

Consumer Goods Cashier

if(__ORACO__PresettleRprtNum_Obj_c?.__ORACO__Status_c=='ORA_ACO_SETTLEMENT_OPEN')

return true

Coupon Settlement

Detail

ORACO Cashier Closed Layout

Consumer Goods Cashier

if(__ORACO__PresettleRprtNum_Obj_c?.__ORACO__Status_c=='ORA_ACO_SETTLEMENT_CLOSED')

return true

Coupon Settlement

Detail

ORACO Administrator Closed Layout

Sales Administrator Custom

if(__ORACO__PresettleRprtNum_Obj_c?.__ORACO__Status_c=='ORA_ACO_SETTLEMENT_CLOSED')

return true

Coupon Settlement

Search and Select Dialog

ORACO Duplicate Layout

Any

Credit Line

Landing Page

ORACO Duplicate Layout

Any

Credit Line

Create

ORACO Duplicate Layout

Any

Credit Line

Detail

ORACO Duplicate Layout

Any

Credit Line

Search and Select Dialog

ORACO Duplicate Layout

Any

Credit Note

Landing Page

ORACO Duplicate Layout

Any

Credit Note

Create

ORACO Duplicate Layout

Any

Credit Note

Detail

ORACO Duplicate Layout

Any

Credit Note

Search and Select Dialog

ORACO Duplicate Layout

Any

Distribution Center

Landing Page

ORACO Duplicate Layout

Any

Distribution Center

Create

ORACO Duplicate Layout

Any

Distribution Center

Detail

ORACO Duplicate Layout

Any

Distribution Center

Search and Select Dialog

ORACO Duplicate Layout

Any

Document

Landing Page

ORACO Duplicate Layout

Any

Document

Create

ORACO Duplicate Layout

Any

Document

Detail

ORACO Duplicate Layout

Any

Document

Detail

ORACO Cashier Layout

Consumer Goods Cashier

if(__ORACO__PresettleRprtNum_Obj_c?.__ORACO__Status_c=='ORA_ACO_SETTLEMENT_OPEN')

return true

Document

Detail

ORACO Cashier Closed Layout

Consumer Goods Cashier

if(__ORACO__PresettleRprtNum_Obj_c?.__ORACO__Status_c=='ORA_ACO_SETTLEMENT_CLOSED')

return true

Document

Detail

ORACO Administrator Closed Layout

Sales Administrator Custom

if(__ORACO__PresettleRprtNum_Obj_c?.__ORACO__Status_c=='ORA_ACO_SETTLEMENT_CLOSED')

return true

Document

Search and Select Dialog

ORACO Duplicate Layout

Any

Expense

Landing Page

ORACO Duplicate Layout

Any

Expense

Create

ORACO Duplicate Layout

Any

Expense

Detail

ORACO Duplicate Layout

Any

Expense

Detail

ORACO Cashier Layout

Consumer Goods Cashier

if(__ORACO__PresettleRprtNum_Obj_c?.__ORACO__Status_c=='ORA_ACO_SETTLEMENT_OPEN')

return true

Expense

Detail

ORACO Cashier Closed Layout

Consumer Goods Cashier

if(__ORACO__PresettleRprtNum_Obj_c?.__ORACO__Status_c=='ORA_ACO_SETTLEMENT_CLOSED')

return true

Expense

Detail

ORACO Administrator Closed Layout

Sales Administrator Custom

if(__ORACO__PresettleRprtNum_Obj_c?.__ORACO__Status_c=='ORA_ACO_SETTLEMENT_CLOSED')

return true

Expense

Search and Select Dialog

ORACO Duplicate Layout

Any

Inventory

Landing Page

ORACO DSD Duplicate Layout

Any

Inventory

Create

ORACO DSD Duplicate Layout

Any

Inventory

Detail

ORACO DSD Duplicate Layout

Any

Inventory

Search and Select Dialog

ORACO DSD Duplicate Layout

Any

Inventory Audit Line

Landing Page

ORACO Duplicate Layout

Any

Inventory Audit Line

Create

ORACO Duplicate Layout

Any

Inventory Audit Line

Detail

ORACO Duplicate Layout

Any

Inventory Audit Line

Search and Select Dialog

ORACO Duplicate Layout

Any

Inventory Audit Report

Landing Page

ORACO Duplicate Layout

Any

Inventory Audit Report

Create

ORACO Duplicate Layout

Any

Inventory Audit Report

Detail

ORACO Duplicate Layout

Any

Inventory Audit Report

Search and Select Dialog

ORACO Duplicate Layout

Any

Inventory Reload Line

Landing Page

ORACO Duplicate Layout

Any

Inventory Reload Line

Create

ORACO Duplicate Layout

Any

Inventory Reload Line

Detail

ORACO Duplicate Layout

Any

Inventory Reload Line

Search and Select Dialog

ORACO Duplicate Layout

Any

Inventory Reload Report

Landing Page

ORACO Duplicate Layout

Any

Inventory Reload Report

Create

ORACO Duplicate Layout

Any

Inventory Reload Report

Detail

ORACO Duplicate Layout

Any

Inventory Reload Report

Search and Select Dialog

ORACO Duplicate Layout

Any

Invoice

Landing Page

ORACO Duplicate Layout

Any

Invoice

Create

ORACO Duplicate Layout

Any

Invoice

Detail

ORACO Duplicate Layout

Any

Invoice

Search and Select Dialog

ORACO Duplicate Layout

Any

Invoice Line

Landing Page

ORACO Duplicate Layout

Any

Invoice Line

Create

ORACO Duplicate Layout

Any

Invoice Line

Detail

ORACO Duplicate Layout

Any

Invoice Line

Search and Select Dialog

ORACO Duplicate Layout

Any

Legal Entity

Landing Page

ORACO Duplicate Layout

Any

Legal Entity

Create

ORACO Duplicate Layout

Any

Legal Entity

Detail

ORACO Duplicate Layout

Any

Legal Entity

Search and Select Dialog

ORACO Duplicate Layout

Any

Order Line Request

Landing Page

ORACO Duplicate Layout

Any

Order Line Request

Create

ORACO Duplicate Layout

Any

Order Line Request

Detail

ORACO Duplicate Layout

Any

Order Line Request

Search and Select Dialog

ORACO Duplicate Layout

Any

Order Line Rollup

Landing Page

ORACO Duplicate Layout

Any

Order Line Rollup

Create

ORACO Duplicate Layout

Any

Order Line Rollup

Detail

ORACO Duplicate Layout

Any

Order Line Rollup

Detail

ORACO Returned Layout

Any

 def orderType = __ORACO__Order_Obj_c?.__ORACO__OrderType_c;if(orderType == 'ORA_ACO_ORDER_TYPE_RETURN'){  return true;return false;

Order Line Rollup

Search and Select Dialogue

ORACO Duplicate Layout

Any

Order Line Status

Landing Page

ORACO Duplicate Layout

Any

Order Line Status

Create

ORACO Duplicate Layout

Any

Order Line Status

Detail

ORACO Duplicate Layout

Any

Order Line Status

Search and Select Dialog

ORACO Duplicate Layout

Any

Order Request

Landing Page

ORACO Duplicate Layout

Any

Order Request

Create

ORACO Duplicate Layout

Any

Order Request

Detail

ORACO Duplicate Layout

Any

Order Request

Detail

ORACO Duplicate Layout

Any

Order Request

Detail

ORACO Duplicate Layout

Any

Order Request

Search and Select Dialogue

ORACO Duplicate Layout

Any

Order Rollup

Landing Page

ORACO Duplicate Layout

Any

Order Rollup

Create

ORACO Duplicate Layout

Any

Order Rollup

Detail

ORACO Duplicate Layout

Any

Order Rollup

Detail

ORACO Open Layout

Any

 if(__ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_OPEN'){ return true }else{ return false }

Order Rollup

Detail

ORACO Submitted Layout

Any

 if (__ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_SUBMITTED' || __ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_BOOKED' || __ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_UPDATED' || __ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_UPDATEREQ' || __ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_UPDATEREJ') { return true }else{ return false }

Order Rollup

Detail

ORACO Terminal Layout

Any

 if (__ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_BOOKREJ' || __ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_CANCELREQ' || __ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_CANCELED' || __ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_CANCELREJ' || __ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_PARTIAL' || __ORACO__LastRequestStatus_c == 'ORA_ACO_ORDER_STATUS_DELIVERED') { return true }else{ return false }

Order Rollup

Detail

ORACO Return Order Layout

Any

 if(__ORACO__OrderType_c == 'ORA_ACO_ORDER_TYPE_RETURN'){ return true }else{ return false }

Order Rollup

Search and Select Dialogue

ORACO Duplicate Layout

Any

Order Status

Landing Page

ORACO Duplicate Layout

Any

Order Status

Create

ORACO Duplicate Layout

Any

Order Status

Detail

ORACO Duplicate Layout

Any

Order Status

Search and Select Dialog

ORACO Duplicate Layout

Any

Payment

Landing Page

ORACO Duplicate Layout

Any

Payment

Landing Page

ORACO Sales Administrator Layout

Sales Administrator

Payment

Landing Page

ORACO Cashier layout

Consumer Goods Cashier

Payment

Create

ORACO Duplicate Layout

Any

Payment

Detail

ORACO Duplicate Layout

Any

Payment

Detail

ORACO Sales Administrator Layout

Sales Administrator

Payment

Detail

ORACO Cashier Layout

Consumer Goods Cashier

Payment

Search and Select Dialog

ORACO Duplicate Layout

Any

Payment Line

Landing Page

ORACO Duplicate Layout

Any

Payment Line

Landing Page

ORACO Sales Administrator Layout

Sales Administrator

Payment Line

Create

ORACO Duplicate Layout

Any

Payment Line

Create

ORACO Sales Administrator Layout

Sales Administrator

Payment Line

Detail

ORACO Duplicate Layout

Any

Payment Line

Detail

ORACO Sales Administrator Layout

Sales Administrator

Payment Line

Detail

ORACO Cashier Layout

Consumer Goods Cashier

Payment Line

Search and Select Dialog

ORACO Duplicate Layout

Any

Assortment

Landing Page

ORACO Duplicate Layout

Any

Assortment

Create

ORACO Duplicate Layout

Any

Assortment

Detail

ORACO AM Duplicate Layout

Account Manager Custom

 def secCtx = adf.context.getSecurityContext();
if (secCtx.getUserName() != CreatedBy)
  return true;
else
  return false;

Assortment

Detail

ORACO Duplicate Layout

Any

Assortment

Detail

ORACO Duplicate Layout Doc Cloud
def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_ASSORTMENT_PLAN');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') ){
return true;
}
else{
return false;
}

Assortment

Detail

ORACO Duplicate Layout Doc Cloud Plan
def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_ASSORTMENT_PLAN');
def planExists = __ORACO__PlanCCFolderId_c
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (planExists != null && planExists != '')){
return true;
}
else{
return false;
}

Assortment

Search and Select Dialog

ORACO Duplicate Layout

Any

Assortment Line

Landing Page

ORACO Duplicate Layout

Any

Assortment Line

Create

ORACO Duplicate Layout

Any

Assortment Line

Detail

ORACO Non Administrator Layout

Assortment Line

Detail

ORACO Duplicate Layout

Sales Administrator Custom Account Manager Custom

Assortment Line

Detail

ORACO Duplicate Layout Doc Cloud Plan

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_ASSORTMENT_PLAN');
def planExists = __ORACO__PlanCCFolderId_c
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (planExists != null && planExists != '')){
return true;
}
else{
return false;
}

Assortment Line

Search and Select Dialog

ORACO Duplicate Layout

Any

Route

Landing Page

ORACO Duplicate Layout

Any

Route

Create

ORACO Duplicate Layout

Any

Route

Detail

ORACO Duplicate Layout

Any

Route

Detail

ORACO Duplicate Layout for Non SA

Custom Objects Administration Account Manager Custom Sales Manager Custom Marketing Manager Custom Sales Representative Custom

Route

Detail

ORACO Duplicate Layout for Cashier

Consumer Goods Cashier

Route

Search and Select Dialog

ORACO Duplicate Layout

Any

Route Allocation

Landing Page

ORACO Duplicate Layout

Any

Route Allocation

Create

ORACO Duplicate Layout

Any

Route Allocation

Detail

ORACO Duplicate Layout

Any

Route Allocation

Search and Select Dialog

ORACO Duplicate Layout

Any

Route Assignment History

Landing Page

ORACO Duplicate Layout

Any

Route Assignment History

Create

ORACO Duplicate Layout

Any

Route Assignment History

Detail

ORACO Duplicate Layout

Any

Route Assignment History

Search and Select Dialog

ORACO Duplicate Layout

Any

Route Check In History

Landing Page

ORACO Duplicate Layout

Any

Route Check In History

Create

ORACO Duplicate Layout

Any

Route Check In History

Detail

ORACO Duplicate Layout

Any

Route Check In History

Search and Select Dialog

ORACO Duplicate Layout

Any

Merchandising Material

Landing Page

ORACO Duplicate Layout

Any

Merchandising Material

Create

ORACO Duplicate Layout

Any

Merchandising Material

Detail

ORACO Duplicate Layout

Any

Merchandising Material

Search and Select Dialog

ORACO Duplicate Layout

Any

Merchandising Material Allocation

Landing Page

ORACO Duplicate Layout

Any

Merchandising Material Allocation

Create

ORACO Duplicate Layout

Any

Merchandising Material Allocation

Detail

ORACO Duplicate Layout

Any

Merchandising Material Allocation

Search and Select Dialog

ORACO Duplicate Layout

Any

Route Inventory

Landing Page

ORACO Duplicate Layout

Any

Route Inventory

Create

ORACO Duplicate Layout

Any

Route Inventory

Detail

ORACO Duplicate Layout

Any

Route Inventory

Search and Select Dialog

ORACO Duplicate Layout

Any

Route Inventory Transaction

Landing Page

ORACO Duplicate Layout

Any

Route Inventory Transaction

Create

ORACO Duplicate Layout

Any

Route Inventory Transaction

Detail

ORACO Duplicate Layout

Any

Route Inventory Transaction

Search and Select Dialog

ORACO Duplicate Layout

Any

Route Settlement Report

Landing Page

ORACO Duplicate Layout

Any

Route Settlement Report

Create

ORACO Duplicate Layout

Any

Route Settlement Report

Detail

ORACO Duplicate Layout

Any

Route Settlement Report

Detail

ORACO Cashier Layout

Consumer Goods Cashier

if(__ORACO__Status_c=='ORA_ACO_SETTLEMENT_OPEN')

return true

Route Settlement Report

Detail

ORACO Cashier Closed Layout

Consumer Goods Cashier

if(__ORACO__Status_c=='ORA_ACO_SETTLEMENT_CLOSED')

return true

Route Settlement Report

Detail

ORACO Administrator Layout

Sales Administrator Custom

if(__ORACO__Status_c=='ORA_ACO_SETTLEMENT_OPEN') 

return true

Route Settlement Report

Detail

ORACO Administrator Closed Layout

Sales Administrator Custom

if(__ORACO__Status_c=='ORA_ACO_SETTLEMENT_CLOSED')

return true

Route Settlement Report

Detail

ORACO Cashier Closed Layout

Sales Representative Custom

Route Settlement Report

Search and Select Dialog

ORACO Duplicate Layout

Any

Shipment

Landing Page

ORACO Duplicate Layout

Any

Shipment

Create

ORACO Duplicate Layout

Any

Shipment

Detail

ORACO Duplicate Layout

Any

Shipment

Search and Select Dialog

ORACO Duplicate Layout

Any

Shipment Line

Landing Page

ORACO Duplicate Layout

Any

Shipment Line

Create

ORACO Duplicate Layout

Any

Shipment Line

Detail

ORACO Duplicate Layout

Any

Shipment Line

Search and Select Dialog

ORACO Duplicate Layout

Any

Shopping Cart Template

Landing Page

ORACO Duplicate Layout

Any

Shopping Cart Template

Create

ORACO Duplicate Layout

Any

Shopping Cart Template

Detail

ORACO Duplicate Layout

Any

Shopping Cart Template

Search and Select Dialog

ORACO Duplicate Layout

Any

Survey Template

Landing Page

ORACO Duplicate Layout

Any

Survey Template

Create

ORACO Duplicate Layout

Any

Survey Template

Detail

ORACO Duplicate Layout

Any

Survey Template

Detail

ORACO Scheduled Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_SURVEY_TPL_ST_SCHED'){ return true; }

Survey Template

Search and Select Dialog

ORACO Duplicate Layout

Any

Account

Create

ORACO Telesales Duplicate Layout

Any

Account

Create

ORACO Telesales Duplicate Layout for Sales Administrator

Sales Administrator Custom

Account

Detail

ORACO Telesales Duplicate Layout

Any

Account

Detail

ORACO Telesales Rep Manager Layout

Sales Representative Custom Sales Manager Custom

Account

Detail

ORAOC_Telesales Representative Layout

Sales Representative Custom

Account

Detail

ORACO Telesales Marketing Manager Layout

Marketing Manager Custom

Account

Detail

ORACO Telesales Account Manager Layout

Account Manager Custom Sales Administrator Custom

Account

Detail

ORACO Telesales Administrator Layout

Sales Administrator Custom

Bank Account

Detail

ORACO Duplicate Layout

Any

Bank Account

Search and Select Dialog

ORACO Duplicate Layout

Any

Combo Group

Landing Page

ORACO Duplicate Layout

Any

Combo Group

Create

ORACO Duplicate Layout

Any

Combo Group

Detail Page

ORACO Duplicate Layout

Any

Combo Group

Search and Select Dialog

ORACO Duplicate Layout

Any

Shopping Cart

Landing Page

ORACO Duplicate Layout

Any

Shopping Cart

Create

ORACO Duplicate Layout

Any

Shopping Cart

Detail Page

ORACO Duplicate Layout

Any

def isAssortPickerEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__SWITCH_TO_ASSORTMENT_PICKER'); if(isAssortPickerEnabled == 'Y' || isAssortPickerEnabled == 'y'){ return true; } else{ return false; }

Shopping Cart

Detail Page

ORACO Product Picker Layout

Any

Shopping Cart

Detail Page

ORACO Order Edit Layout

Any

if(__ORACO__OrderType_c == 'ORA_ACO_EDIT_ORDER') return true else  return false

Shopping Cart

Detail Page

ORACO Order Edit Layout with Assortment Picker

Any

def isAssortPickerEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__SWITCH_TO_ASSORTMENT_PICKER'); def isEditOrder =false  if(__ORACO__OrderType_c == 'ORA_ACO_EDIT_ORDER') isEditOrder= true;

if((isAssortPickerEnabled == 'Y' || isAssortPickerEnabled == 'y') && isEditOrder ){ return true; } else{ return false; }

Shopping Cart

Search and Select Dialog

ORACO Duplicate Layout

Any

Object Configuration

Landing Page

ORACO Duplicate Layout

Any

Object Configuration

Create

ORACO Duplicate Layout

Any

Object Configuration

Detail

ORACO Duplicate Layout

Any

Object Configuration

Search and Select Dialog

ORACO Duplicate Layout

Any

Container Class

Landing Page

ORACO Duplicate Layout

Any

Container Class

Create

ORACO Duplicate Layout

Any

Container Class

Detail

ORACO Duplicate Layout

Any

Container Class

Search and Select Dialog

ORACO Duplicate Layout

Any

Account Container Class

Create

ORACO Duplicate Layout

Any

Account Container Class

Detail

ORACO Duplicate Layout

Any

Assortment Line Relationship

Landing Page

ORACO Duplicate Layout

Any

Assortment Line Relationship

Create

ORACO Duplicate Layout

Any

Assortment Line Relationship

Detail

ORACO Duplicate Layout

Any

Assortment Line Relationship

Search and Select Dialog

ORACO Duplicate Layout

Any

Bank Deposit

Landing Page

ORACO Duplicate Layout

Any

Bank Deposit

Create

ORACO Duplicate Layout

Any

Bank Deposit

Detail

ORACO Duplicate Layout

Any

Bank Deposit

Detail

ORACO Closed Layout

Sales Administrator Custom

if(__ORACO__RouteSettlement_Obj_c?.__ORACO__Status_c=='ORA_ACO_SETTLEMENT_CLOSED')

return true

Bank Deposit

Search and Select Dialog

ORACO Duplicate Layout

Any

Store Credit

Landing Page

ORACO Duplicate Layout

Any

Store Credit

Create

ORACO Duplicate Layout

Any

Store Credit

Detail

ORACO Duplicate Layout

Any

Store Credit

Search and Select Dialog

ORACO Duplicate Layout

Any

Store Credit Transaction

Landing Page

ORACO Duplicate Layout

Any

Store Credit Transaction

Create

ORACO Duplicate Layout

Sales Administrator Custom

Sales Manager Custom Sales Representative Custom

Account Manager Custom

Store Credit Transaction

Detail

ORACO Duplicate Layout

Sales Administrator Custom

Sales Manager Custom Sales Representative Custom

Account Manager Custom

Store Credit Transaction

Search and Select Dialog

ORACO Duplicate Layout

Any

Merchandising

Landing Page

ORACO Duplicate Layout

Any

Merchandising

Create

ORACO Duplicate Layout

Any

Merchandising

Detail

ORACO Duplicate Layout

Any

Assortment Plan

Create

ORACO Duplicate Layout

Any

Assortment Plan

Detail

ORACO Duplicate Layout for Revised Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_REV') { return true; }else{return false;}

Assortment Plan

Detail

ORACO Duplicate Layout for Inactive Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_IN') { return true; }else{return false;}

Assortment Plan

Detail

ORACO Duplicate Layout for Active Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_ACT') { return true; }else{return false;}

Assortment Plan

Detail

ORACO Duplicate Layout for Published Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_PUB') { return true; }else{return false;}

Assortment Plan

Detail

ORACO Duplicate Layout for Draft Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_DFT'){return true;}else{return false;}

Assortment Plan

Detail

ORACO Duplicate Layout CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_ASSORTMENT_PLAN');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y')){
return true;
}
else{
return false;
}

Assortment Plan

Detail

ORACO Duplicate for Scheduled Plan CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_ASSORTMENT_PLAN');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_SCH')){
return true;
}
else{
return false;
}

Assortment Plan

Detail

ORACO Duplicate Layout For Draft Plan CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_ASSORTMENT_PLAN');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_DFT')){
return true;
}
else{
return false;
}

Assortment Plan

Detail

ORACO Duplicate Layout for Published Plan CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_ASSORTMENT_PLAN');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_PUB')){
return true;
}
else{
return false;
}

Assortment Plan

Detail

ORACO Duplicate Layout for Revised Plan CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_ASSORTMENT_PLAN');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_REV')){
return true;
}
else{
return false;
}

Assortment Plan

Detail

ORACO Duplicate Layout for Active Plan CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_ASSORTMENT_PLAN');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_ACT')){
return true;
}
else{
return false;
}

Assortment Plan

Detail

ORACO Duplicate for Scheduled Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_SCH'){ return true; }

Assortment Plan

Search and Select Dialog

ORACO Duplicate Layout

Any

Assortment Plan

Search and Select Dialog

ORACO Duplicate Layout for Inactive Plan CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_ASSORTMENT_PLAN');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_ASSORT_PL_STAT_IN')){
return true;
}
else{
return false;
}

Cluster

Landing Page

ORACO Duplicate Layout

Any

Cluster

Create

ORACO Duplicate Layout

Any

Cluster

Detail

ORACO Active Layout

Any

if(__ORACO__Status_c == "ORA_ACO_CLUSTER_STATUS_ACTIVE") return true;

Cluster

Detail

ORACO Draft Layout

Any

Cluster

Search and Select Dialog

ORACO Duplicate Layout

Any

Promotion Program

Landing Page

ORACO Duplicate Layout

Promotion Program

Create

ORACO Duplicate Layout

Any

Promotion Program

Detail

ORACO Duplicate Layout

Any

Promotion Program

Detail

Approved Layout

Any

if(__ORACO__Status_c=='ORA_ACO_PROMO_PROG_APPROVED') return true

Promotion Program

Detail

ORACO Scheduled Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_PROMO_PROG_SCHEDULED'){ return true; }

Promotion Program

Detail

Marketing Manager Draft Layout

Marketing Manager Custom

if(__ORACO__Status_c=='ORA_ACO_PROMO_PROG_DRAFT') return true

Promotion Program

Search and Select Dialog

ORACO Duplicate Layout

Any

Shipment

Detail

ORACO Duplicate Layout

Any

KPI Library

Landing Page

ORACO Duplicate Layout

KPI Library

Create

ORACO Duplicate Layout

Any

KPI Library

Detail

ORACO Duplicate Layout

Any

KPI Library

Detail

ORACO Active Layout

Any

if(__ORACO__Status_c=='ORA_ACO_KPI_LIB_STATUS_ACTIVE'){
return true;
}

KPI Library

Search and Select Dialog

ORACO Duplicate Layout

Any

KPI Relationship

Landing Page

ORACO Duplicate Layout

Any

KPI Relationship

Create

ORACO Duplicate Layout

Any

KPI Relationship

Detail

ORACO Duplicate Layout

Any

KPI Relationship

Detail

ORACO ObjectiveKPI Layout

Any

if(__ORACO__Objective_c != null){ return true; }

KPI Relationship

Detail

ORACO Draft Layout

Any

if(__ORACO__Account_c != null && __ORACO__Status_c == 'ORA_ACO_KPI_DRAFT'){ return true; }

KPI Relationship

Detail

ORACO Approved Layout

Any

if(__ORACO__Account_c != null && __ORACO__Status_c == 'ORA_ACO_KPI_APPROVED'){ return true; }

KPI Relationship

Detail

ORACO Rejected Layout

Any

if(__ORACO__Account_c != null && __ORACO__Status_c == 'ORA_ACO_KPI_REJECTED'){ return true; }

KPI Relationship

Detail

ORACO Completed Layout

Any

if(__ORACO__Account_c != null && __ORACO__Status_c == 'ORA_ACO_KPI_COMPLETED'){ return true; }

KPI Relationship

Detail

ORACO Canceled Layout

Any

if(__ORACO__Account_c != null && __ORACO__Status_c == 'ORA_ACO_KPI_CANCELED'){ return true; }

KPI Relationship

Search and Select Dialog

ORACO Duplicate Layout

Any

Team

Landing Page

ORACO Duplicate Layout

Team

Create

ORACO Duplicate Layout

Any

Team

Detail

ORACO Duplicate Layout

Any

Team

Search and Select Dialog

ORACO Duplicate Layout

Any

Merchandising Location

Detail

ORACO Doc Cloud Layout

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_MERCHANDISING_DISPLAY');
if(isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y'){
return true;
}
else{
return false;
}

Merchandising Location

Detail

ORACO Plan Doc Cloud Layout

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_MERCHANDISING_DISPLAY');
def planExists = __ORACO__MerchLocPlan_Id_c
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (planExists != null && planExists != '')){
return true;
}
else{
return false;
}

Merchandising Location Plan

Landing Page

ORACO Duplicate Layout

Any

Merchandising Location Plan

Create

ORACO Duplicate Layout

Any

Merchandising Location Plan

Detail

ORACO Duplicate Layout

Any

Merchandising Location Plan

Detail

ORACO Duplicate Layout for Inactive Plan

Any

if(__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_I') { return true; } else { return false; }

Merchandising Location Plan

Detail

ORACO Duplicate Layout for Active Plan

Any

if(__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_A') { return true; } else { return false; }

Merchandising Location Plan

Detail

ORACO Duplicate Layout for Revised Plan

Any

if(__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_R') { return true; } else { return false; }

Merchandising Location Plan

Detail

ORACO Duplicate Layout for Published Plan

Any

if(__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_P') { return true; } else { return false; }

Merchandising Location Plan

Detail

ORACO Duplicate Layout for Draft Plan

Any

if(__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_D') { return true; } else { return false; }

Merchandising Location Plan

Detail

ORACO Duplicate Layout CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_MERCHANDISING_DISPLAY');
if(isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y'){
return true;
}
else{
return false;
}

Merchandising Location Plan

Detail

ORACO Duplicate Layout for Scheduled Plan CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_MERCHANDISING_DISPLAY');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_S')){
return true;
}
else{
return false;
}

Merchandising Location Plan

Detail

ORACO Duplicate Layout For Draft Plan CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_MERCHANDISING_DISPLAY');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_D')){
return true;
}
else{
return false;
}

Merchandising Location Plan

Detail

ORACO Duplicate Layout for Published Plan CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_MERCHANDISING_DISPLAY');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_P')){
return true;
}
else{
return false;
}

Merchandising Location Plan

Detail

ORACO Duplicate Layout for Active Plan

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_MERCHANDISING_DISPLAY');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_R')){
return true;
}
else{
return false;
}

Merchandising Location Plan

Detail

ORACO Duplicate Layout for Active Plan CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_MERCHANDISING_DISPLAY');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_A')){
return true;
}
else{
return false;
}

Merchandising Location Plan

Detail

ORACO Duplicate Layout for Inactive Plan CEC

Any

def isDocCloudEnabled =oracle.apps.fnd.applcore.Profile.get('__ORACO__USE_DOC_CLOUD_FOR_MERCHANDISING_DISPLAY');
if((isDocCloudEnabled == 'Y' || isDocCloudEnabled == 'y') && (__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_I')){
return true;
}
else{
return false;
}

Merchandising Location Plan

Detail

ORACO Duplicate Layout for Schedule Plan CEC

Any

if (__ORACO__Status_c == 'ORA_ACO_MERCH_LOC_PL_STAT_S'){ return true; }

Merchandising Location Plan

Search and Select Dialog

ORACO Duplicate Layout

Any

Inventory

Create

ORACO DSD Display Plan Layout

Any

if (__ORACO__MerchLocPlan_Obj_c != null ){ return true; } else{ return false; }

Inventory

Detail

ORACO DSD Display Plan Layout

Any

if (__ORACO__MerchLocPlan_Obj_c != null ){ return true; } else{ return false; }

Object Mapping

Landing Page

ORACO Duplicate Layout

Any

Object Mapping

Create

ORACO Duplicate Layout

Any

Object Mapping

Detail

ORACO Duplicate Draft Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_CMAP_STATUS_DRAFT'){ return true; }

Object Mapping

Detail

ORACO Duplicate Active Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_CMAP_STATUS_ACTIVE'){ return true; }

Object Mapping

Detail

ORACO Duplicate Inactive Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_CMAP_STATUS_INACTIVE'){ return true; }

Object Mapping

Search and Select Dialog

ORACO Duplicate Layout

Any

Attribute Mapping

Landing Page

ORACO Duplicate Layout

Any

Attribute Mapping

Create

ORACO Duplicate Layout

Any

Attribute Mapping

Detail

ORACO Duplicate Layout

Any

Attribute Mapping

Search and Select Dialog

ORACO Duplicate Layout

Any

Publish Log

Landing Page

ORACO Duplicate Layout

Any

Publish Log

Create

ORACO Duplicate Layout

Any

Publish Log

Detail

ORACO Duplicate Layout

Any

Publish Log

Search and Select Dialog

ORACO Duplicate Layout

Any

Assigned Assets

Landing Page

ORACO Duplicate Layout

Any

Assigned Assets

Create

ORACO Duplicate Layout

Any

Assigned Assets

Detail

ORACO Duplicate Layout

Any

Assigned Assets

Reusable Regions

ORACO Duplicate Layout

Any

Shopping Cart Template Header

Landing Page

ORACO Duplicate Layout

Any

Shopping Cart Template Header

Create

ORACO Duplicate Layout

Any

Shopping Cart Template Header

Detail

ORACO Duplicate Layout

Any

Shopping Cart Template Header

Search and Select Dialog

ORACO Duplicate Layout

Any

Shopping Cart Template Plan

Landing Page

ORACO Duplicate Layout

Any

Shopping Cart Template Plan

Create

ORACO Duplicate Layout

Any

Shopping Cart Template Plan

Detail

ORACO Duplicate Draft Layout

Any

if(__ORACO__Status_c=='ORA_ACO_S_C_TMPL_STATUS_DRAFT'){ return true; }else{ return false; }

Shopping Cart Template Plan

Detail

ORACO Duplicate Active Layout

Any

if(__ORACO__Status_c=='ORA_ACO_S_C_TMPL_STATUS_ACTIVE'){ return true; }else{ return false; }

Shopping Cart Template Plan

Detail

ORACO Duplicate Inactive Layout

Any

if(__ORACO__Status_c=='ORA_ACO_S_C_TMPL_STATUS_INACT'){ return true; }else{ return false; }

Shopping Cart Template Plan

Detail

ORACO Duplicate Revised Layout

Any

if(__ORACO__Status_c=='ORA_ACO_S_C_TMPL_STATUS_REV'){ return true; }else{ return false; }

Shopping Cart Template Plan

Detail

ORACO Duplicate Published Layout

Any

if(__ORACO__Status_c=='ORA_ACO_S_C_TMPL_STATUS_PUB'){ return true; }else{ return false; }

In the Sales application, you must activate the direct store delivery specific layouts listed in the following table.

Object

Page Layout

Layout Name

Role

Advanced Expression

Promotion

Landing Page

Pricing ORACO Duplicate Layout

Any

Promotion

Create

Pricing ORACO Duplicate Layout

Any

Promotion

Create

Pricing ORACO FD Duplicate Layout

Any

 if(__ORACO__DiscountType_c == 'ORA_ACO_FD' || __ORACO__DiscountType_c == null)
return true

Promotion

Detail

Discount Model Layout for Volume Discount

Any

if(__ORACO__DiscountType_c == 'ORA_ACO_VD')
return true

Promotion

Detail

Discount Model Layout for Dynamic Combo

Any

if(__ORACO__DiscountType_c == 'ORA_ACO_DC')
return true

Promotion

Detail

Discount Model Layout for Fixed Combo

Any


if(__ORACO__DiscountType_c == 'ORA_ACO_FC')
return true

Promotion

Detail

Discount Model Layout for Fixed Discount

Any

if(__ORACO__DiscountType_c == 'ORA_ACO_FD' || __ORACO__DiscountType_c == null)
return true

Promotion

Detail

Draft Layout for Volume Discount for AM

Account Manager Custom

if(__ORACO__Status_c=='ORA_ACO_PROMOTION_DRAFT' && __ORACO__DiscountType_c == 'ORA_ACO_VD')
return true

Promotion

Detail

Draft Layout for Dynamic Combo for AM

Account Manager Custom

if(__ORACO__Status_c=='ORA_ACO_PROMOTION_DRAFT' && __ORACO__DiscountType_c == 'ORA_ACO_DC')return true

Promotion

Detail

Draft Layout for Fixed Combo for AM

Account Manager Custom

if(__ORACO__Status_c=='ORA_ACO_PROMOTION_DRAFT' && __ORACO__DiscountType_c == 'ORA_ACO_FC')return true

Promotion

Detail

Draft Layout for Fixed Discount for AM

Account Manager Custom

if(__ORACO__Status_c=='ORA_ACO_PROMOTION_DRAFT' && (__ORACO__DiscountType_c == 'ORA_ACO_FD' || __ORACO__DiscountType_c == null))return true

Activity

Appointment Details

DSD Before Check In Layout

Any


if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_NSTARTED'){return true}else{return false}

Activity

Appointment Details

DSD Sales Administrator and Manager Before Check In Layout

Custom Sales Administrator

Custom Sales Manager

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_NSTARTED'){
return true
}else{
return false
}

Activity

Appointment Details

DSD After Check In Layout

Any


if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_INPROGR'){
return true
}else{
return false
}

Activity

Appointment Details

DSD After Checkout Layout

Any


if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_COMPLETED'){
return true
}else{
return false
}

Activity

Appointment Details

DSD Not Serviced Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_NSERVICED'){return true}else{return false}

Price Book Header

Landing Page

ORACO Duplicate Layout

Any

Price Book Header

Create

ORACO Duplicate Layout

Any

Price Book Header

Detail Page

ORACO Duplicate Layout

Any

Price Book Header

Detail

ORACO Scheduled Layout

Any

if (__ORACO__Status_c == 'ORA_ACO_PRICE_BK_ST_SCHEDULE'){ return true; }

Store Visit Type

Detail

ORACO Duplicate Layout

Any

Store Visit Type

Detail

ORACO Administrator and Manager Layout

Sales Administrator Custom

Sales Manager Custom

Store Visit Type

Detail

ORACO Sales Representative Layout

Sales Representative Custom

Allocation Plan

Landing Page

ORACO Duplicate Layout

Any

Allocation Plan

Create

ORACO Duplicate Layout Auto Alloc Plan

Any

if(__ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_SPLT' ||
__ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_FILL'){
return true;
}else{
return false;
}

Allocation Plan

Create

ORACO Duplicate Layout - Cust Alloc Plan

Any

if(__ORACO__AllocMethod_c == null || __ORACO__AllocMethod_c == '' ||
__ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_CUST'){
return true;
}else{
return false;
}

Allocation Plan

Detail

ORACO Duplicate Layout Auto Alloc Draft Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_MERCH_ALLOC_PL_STAT_D' &&
(__ORACO__AllocMethod_c == null || __ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_FILL'
|| __ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_SPLT')) {
return true;
}else{
return false;
}

Allocation Plan

Detail

ORACO Duplicate Layout Cust Alloc Draft Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_MERCH_ALLOC_PL_STAT_D' &&
(__ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_CUST')) {
return true;
}else{
return false;
}

Allocation Plan

Detail

ORACO Duplicate Layout -Auto Alloc Publish Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_MERCH_ALLOC_PL_STAT_P' &&
(__ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_FILL'
|| __ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_SPLT')) {
return true;
}else{
return false;
}

Allocation Plan

Detail

ORACO Duplicate Layout -Cust alloc Publish Plan

Any

if (__ORACO__Status_c == 'ORA_ACO_MERCH_ALLOC_PL_STAT_P' &&
__ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_CUST') {
return true;
}else{
return false;
}

Allocation Plan

Detail

ORACO Duplicate Layout -Auto alloc Active Plan

Sales Administrator Custom Sales Manager Custom

if (__ORACO__Status_c == 'ORA_ACO_MERCH_ALLOC_PL_STAT_A'
&& ( __ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_FILL'
|| __ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_SPLT')) {
return true;
}else{
return false;
}

Allocation Plan

Detail

ORACO Duplicate Layout -Cust alloc Active Plan

Sales Administrator Custom Sales Manager Custom

if (__ORACO__Status_c == 'ORA_ACO_MERCH_ALLOC_PL_STAT_A' &&
(__ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_CUST')) {
return true;
}else{
return false;
}

Allocation Plan

Detail

ORACO Duplicate Layout -Auto alloc Revise Plan

Sales Administrator Custom Sales Manager Custom

if (__ORACO__Status_c == 'ORA_ACO_MERCH_ALLOC_PL_STAT_R' &&
( __ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_FILL' ||
__ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_SPLT' )) {
return true;
}else{
return false;
}

Allocation Plan

Detail

ORACO Duplicate Layout -Cust alloc Revise Plan

Sales Administrator Custom Sales Manager Custom

Sales Representative Custom

if (__ORACO__Status_c == 'ORA_ACO_MERCH_ALLOC_PL_STAT_R' &&
( __ORACO__AllocMethod_c == 'ORA_ACO_MERCH_ALLOC_METH_CUST')) {
return true;
}else{
return false;
}

Allocation Plan

Search and Select Dialog

ORACO Duplicate Layout

Sales Administrator Custom Sales Manager Custom

Note:

Follow the steps for each of the objects and provide values as specified in the table at the beginning of this section.

Trade Promotion Management Specific Layouts

In the sales application, you must activate the trade promotion management specific layouts listed in the following table.

Object

Page Layout

Layout Name

Role

Advanced Expression

Accrual Rule

Landing Page

ORACO Duplicate Layout

Any

Accrual Rule

Create

ORACO Duplicate Layout

Any

Accrual Rule

Create

ORACO Cases Duplicate Layout

Any

if (__ORACO__Budget_Obj_c?.__ORACO__Basis_c == "ORA_ACO_CASES"){ 

return true; 

}

return false;

Accrual Rule

Create

ORACO Revenue Duplicate Layout

Any

if (__ORACO__Budget_Obj_c?.__ORACO__Basis_c == "ORA_ACO_REVENUE"){ 

return true; } return false;

Accrual Rule

Detail

ORACO Duplicate Layout

Any

Accrual Rule

Detail

ORACO Cases Duplicate Layout

Any

if (__ORACO__Budget_Obj_c?.__ORACO__Basis_c == "ORA_ACO_CASES"){ return true; } return false;

Accrual Rule

Detail

ORACO Revenue Duplicate Layout

Any

if (__ORACO__Budget_Obj_c?.__ORACO__Basis_c == "ORA_ACO_REVENUE"){ return true; } return false;

Budget

Landing Page

Oracle Duplicate Layout

Any

Budget

Create

Oracle Duplicate Layout

Any

Budget

Detail

Oracle Duplicate Layout

Any

Budget

Search and Select Dialog

Oracle Duplicate Layout

Any

Fund

Landing Page

ORACO Accrual Fund Layout

Any

Fund Allocation

Landing Page

Oracle Duplicate Layout

Any

Fund Allocation

Create

Oracle Duplicate Layout

Any

Fund Allocation

Detail

Oracle Duplicate Layout

Any

Fund Allocation

Search and Select Dialog

Oracle Duplicate Layout

Any

In the common application, you must activate the trade promotion management specific layouts listed in the following table.

Object

Page Layout

Layout Name

Role

Advanced Expression

Claims

Landing Page

ORACO Duplicate Layout

Any

Claims

Create

Partner Create Layout

  • Partner Administrator Custom

  • Partner Manager Custom

Claims

Create

Internal Create Layout

  • Sales Representative Custom

  • Sales Manager Custom

  • Channel Operations Manager Custom

  • Account Manager Custom

  • Sales Administrator Custom

Claims

Detail

Partner Draft Layout

Any

if('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)) return true; else return false;

Claims

Detail

Partner Draft Read Only Layout

Partner Manager Custom

if('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c))
return true;
else
return false;

Claims

Detail

Partner Draft Layout for Assigned To

Partner Manager Custom

def resourceView = newView('Resource')
resourceView.appendViewCriteria("PartyId = ${adf.util.getUserPartyId()}")
resourceView.executeQuery()
def resProfileId=resourceView.first().getAttribute("ResourceProfileId")

if('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c) && resProfileId == __ORACO__AssignedTo_Id_c  )

return true;
else
return false;

Claims

Detail

Internal Draft Layout

  • Channel Operations Manager Custom

  • Account Manager Custom

  • Sales Administrator Custom

if('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)) return true; else return false;

Claims

Detail

Internal Draft Read Only Layout

  • Sales Manager

  • Sales Representative

if('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c))
return true;
else
return false;

Claims

Detail

Internal Draft Layout for Assigned To

  • Sales Manager

  • Sales Representative

def resourceView = newView('Resource')
resourceView.appendViewCriteria("PartyId = ${adf.util.getUserPartyId()}")
resourceView.executeQuery()
def resProfileId=resourceView.first().getAttribute("ResourceProfileId")

if('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c) && resProfileId == __ORACO__AssignedTo_Id_c  )

return true;
else
return false;

Claims

Detail

Partner Non Draft Layout

  • Partner Administrator Custom

  • Partner Manager Custom

if(!('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c))) return true; else return false;

Claims

Detail

Internal Non Draft Read Only Layout

  • Sales Representative

  • Sales Manager

  • Channel Operations Manager Custom

  • Account Manager Custom

  • Sales Administrator Custom

if(!('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)))
return true;
else
return false;

Claims

Detail

Internal Non Draft Layout

  • Channel Operations Manager Custom

  • Account Manager Custom

  • Sales Administrator Custom

if(!('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)) && !'ORA_ACO_CLASTAT_WITHDRAWN'.equalsIgnoreCase(__ORACO__Status_c))
return true;
else
return false;

Claims

Detail

Internal Submitted Layout

  • Sales Administrator Custom

  • Account Manger Custom

  • Channel Operations Manager Custom

if('ORA_ACO_CLASTAT_SUBMITTED'.equalsIgnoreCase(__ORACO__Status_c))

return true;
else
return false;

Claims

Detail

Partner Submitted Layout

  • Partner Administrator Custom

  • Partner Sales Manager

if('ORA_ACO_CLASTAT_SUBMITTED'.equalsIgnoreCase(__ORACO__Status_c))

return true;
else
return false;

Claims

Detail

Resolved Closed Layout

Any

if(('ORA_ACO_CLASTAT_RESOLVED'.equalsIgnoreCase(__ORACO__Status_c))||
('ORA_ACO_CLASTAT_CLOSED'.equalsIgnoreCase(__ORACO__Status_c)))

return true;
else
return false;

Claim Item

Landing Page

ORACO Duplicate Layout

Any

Claim Item

Create

ORACO Duplicate Layout

Any

Claim Item

Detail

ORACO Duplicate Layout

Any

Resolution

Landing Page

ORACO Duplicate Layout

Any

Resolution

Create

ORACO Duplicate Layout

Any

Resolution

Create

Funded Payment Layout

Any

if('ORA_ACO_RESTYP_FUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c)) { return true; } else { return false; }

Resolution

Detail

Claim Funded Draft Layout

Any

if(('ORA_ACO_RESTYP_FUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c)) &&('ORA_ACO_RESSTA_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)) &&('ORA_ACO_RESOBJ_CLAIM'.equalsIgnoreCase(__ORACO__SourceObject_c))) { return true; } else { return false; }

Resolution

Detail

Claim Funded Non Draft Layout

Any

if(('ORA_ACO_RESTYP_FUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c)) &&('ORA_ACO_RESSTA_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)) &&('ORA_ACO_RESOBJ_CLAIM'.equalsIgnoreCase(__ORACO__SourceObject_c))) { return true; } else { return false; }

Resolution

Detail

Claim Reject Draft Layout

Any

if('ORA_ACO_RESTYP_REJECT'.equalsIgnoreCase(__ORACO__ResolutionType_c)
&&(('ORA_ACO_RESSTA_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)))
&&('ORA_ACO_RESOBJ_CLAIM'.equalsIgnoreCase(__ORACO__SourceObject_c)))

{
return true;
}
else
{
return false;
}

Resolution

Detail

Claim Reject Approval Layout

Any

if('ORA_ACO_RESTYP_REJECT'.equalsIgnoreCase(__ORACO__ResolutionType_c) &&('ORA_ACO_RESSTA_PENDAPP'.equalsIgnoreCase(__ORACO__Status_c)) &&('ORA_ACO_RESOBJ_CLAIM'.equalsIgnoreCase(__ORACO__SourceObject_c))) { return true; } else { return false; }

Resolution

Detail

Claim Reject Final Layout

Any

if(('ORA_ACO_RESTYP_REJECT'.equalsIgnoreCase(__ORACO__ResolutionType_c)) 
&&(('ORA_ACO_RESSTA_APPROVED'.equalsIgnoreCase(__ORACO__Status_c))|| 
('ORA_ACO_RESSTA_REJECTED'.equalsIgnoreCase(__ORACO__Status_c)) || 

  

(!('ORA_ACO_CLASTAT_INPROG'.equalsIgnoreCase(__ORACO__Claim_Obj_c?.__ORACO__Status_c)) && 
(!('ORA_ACO_CLASTAT_SUBMITTED'.equalsIgnoreCase(__ORACO__Claim_Obj_c?.__ORACO__Status_c )))) 

&&('ORA_ACO_RESOBJ_CLAIM'.equalsIgnoreCase(__ORACO__SourceObject_c)))) 

{ 
return true; 
} 
else 
{ 
return false; 
}

Resolution

Detail

Deduction Funded Draft Layout

Any

if(('ORA_ACO_RESTYP_FUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c)) &&('ORA_ACO_RESSTA_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)) &&('ORA_ACO_RESOBJ_DEDUCTION'.equalsIgnoreCase(__ORACO__SourceObject_c))) { return true; } else { return false; }

Resolution

Detail

Deduction Funded Non Draft Layout

Any

if(('ORA_ACO_RESTYP_FUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c))
&&(!('ORA_ACO_RESSTA_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)))
&&('ORA_ACO_RESOBJ_DEDUCTION'.equalsIgnoreCase(__ORACO__SourceObject_c)))
{
return true;
}
else
{
return false;
}

Resolution

Detail

Deduction Other Draft Layout

Any

if((('ORA_ACO_RESTYP_CHARGEBACK'.equalsIgnoreCase(__ORACO__ResolutionType_c))||
('ORA_ACO_RESTYP_UNFUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c))||
('ORA_ACO_RESTYP_WRITEOFF'.equalsIgnoreCase(__ORACO__ResolutionType_c)))
&&(('ORA_ACO_RESSTA_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)))
&&('ORA_ACO_RESOBJ_DEDUCTION'.equalsIgnoreCase(__ORACO__SourceObject_c)))
{
return true;
}
else
{
return false;
}

Resolution

Detail

Deduction Other Approval Layout

if((('ORA_ACO_RESTYP_CHARGEBACK'.equalsIgnoreCase(__ORACO__ResolutionType_c))||
('ORA_ACO_RESTYP_UNFUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c))||
('ORA_ACO_RESTYP_WRITEOFF'.equalsIgnoreCase(__ORACO__ResolutionType_c)))
&&('ORA_ACO_RESSTA_PENDAPP'.equalsIgnoreCase(__ORACO__Status_c))
&&('ORA_ACO_RESOBJ_DEDUCTION'.equalsIgnoreCase(__ORACO__SourceObject_c)))
{
return true;
}
else
{
return false;
}

Resolution

Detail

Deduction Other Final Layout

if((('ORA_ACO_RESTYP_CHARGEBACK'.equalsIgnoreCase(__ORACO__ResolutionType_c))||
('ORA_ACO_RESTYP_UNFUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c))||
('ORA_ACO_RESTYP_WRITEOFF'.equalsIgnoreCase(__ORACO__ResolutionType_c)))
&&(('ORA_ACO_RESSTA_APPROVED'.equalsIgnoreCase(__ORACO__Status_c))||
('ORA_ACO_RESSTA_REJECTED'.equalsIgnoreCase(__ORACO__Status_c)) ||

(!('ORA_ACO_CLASTAT_INPROG'.equalsIgnoreCase(__ORACO__Deduction_Obj_c?.__ORACO__Status_c)) &&
(!('ORA_ACO_CLASTAT_SUBMITTED'.equalsIgnoreCase(__ORACO__Deduction_Obj_c?.__ORACO__Status_c ))))

&&('ORA_ACO_RESOBJ_DEDUCTION'.equalsIgnoreCase(__ORACO__SourceObject_c)))
{
return true;
}
else
{
return false;
}

Resolution

Detail

Claim Funded Withdrawn Return Layout

Any

if(('ORA_ACO_RESTYP_FUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c))
&&('ORA_ACO_RESSTA_WITHDRAWN'.equalsIgnoreCase(__ORACO__Status_c)

|| 'ORA_ACO_RESSTA_RETURNED'.equalsIgnoreCase(__ORACO__Status_c))
&&('ORA_ACO_RESOBJ_CLAIM'.equalsIgnoreCase(__ORACO__SourceObject_c))

&& ('ORA_ACO_CLASTAT_INPROG'.equalsIgnoreCase(__ORACO__Claim_Obj_c?.__ORACO__Status_c)))
{
return true;
}
else
{
return false;
}

Resolution

Detail

Claim Reject Withdrawn Layout

Any

if(('ORA_ACO_RESTYP_REJECT'.equalsIgnoreCase(__ORACO__ResolutionType_c))
&&('ORA_ACO_RESSTA_WITHDRAWN'.equalsIgnoreCase(__ORACO__Status_c))

&&('ORA_ACO_RESOBJ_CLAIM'.equalsIgnoreCase(__ORACO__SourceObject_c))

&& ('ORA_ACO_CLASTAT_INPROG'.equalsIgnoreCase(__ORACO__Claim_Obj_c?.__ORACO__Status_c)))
{
return true;
}
else
{
return false;
}

Resolution

Detail

Deduction Funded Withdrawn Return Layout

Any

if(('ORA_ACO_RESTYP_FUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c))
&&('ORA_ACO_RESSTA_WITHDRAWN'.equalsIgnoreCase(__ORACO__Status_c)

|| 'ORA_ACO_RESSTA_RETURNED'.equalsIgnoreCase(__ORACO__Status_c))
&&('ORA_ACO_RESOBJ_DEDUCTION'.equalsIgnoreCase(__ORACO__SourceObject_c))

&& ('ORA_ACO_CLASTAT_INPROG'.equalsIgnoreCase(__ORACO__Deduction_Obj_c?.__ORACO__Status_c)))
{
return true;
}
else
{
return false;
}

Resolution

Detail

Deduction Other Withdrawn Layout

Any

if(!('ORA_ACO_RESTYP_FUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c))
&&('ORA_ACO_RESSTA_WITHDRAWN'.equalsIgnoreCase(__ORACO__Status_c))

&&('ORA_ACO_RESOBJ_DEDUCTION'.equalsIgnoreCase(__ORACO__SourceObject_c))

&& ('ORA_ACO_CLASTAT_INPROG'.equalsIgnoreCase(__ORACO__Deduction_Obj_c?.__ORACO__Status_c)))
{
return true;
}
else
{
return false;
}

Resolution

Detail

Claim Funded Read Only Layout

Sales Representative Custom

Sales Manager Custom

if(('ORA_ACO_RESTYP_FUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c))

&& ('ORA_ACO_RESOBJ_CLAIM'.equalsIgnoreCase(__ORACO__SourceObject_c)))

return true

else

return false

Resolution

Detail

Claim Reject Read Only Layout

Sales Representative Custom

Sales Manager Custom

if(('ORA_ACO_RESTYP_REJECT'.equalsIgnoreCase(__ORACO__ResolutionType_c))

 

&& ('ORA_ACO_RESOBJ_CLAIM'.equalsIgnoreCase(__ORACO__SourceObject_c)))

 

return true

 

else

 

return false

Resolution

Detail

Deduction Funded Read Only Layout

Sales Representative Custom

Sales Manager Custom

if(('ORA_ACO_RESTYP_FUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c))
&&('ORA_ACO_RESOBJ_DEDUCTION'.equalsIgnoreCase(__ORACO__SourceObject_c)))
{
return true;
}
else
{
return false;
}

Resolution

Detail

Deduction Other Read Only Layout

Sales Representative Custom

Sales Manager Custom

if(!('ORA_ACO_RESTYP_FUNDPAY'.equalsIgnoreCase(__ORACO__ResolutionType_c))
&&('ORA_ACO_RESOBJ_DEDUCTION'.equalsIgnoreCase(__ORACO__SourceObject_c)))
{
return true;
}
else
{
return false;
}

Deduction

Landing Page

ORACO Duplicate Layout

Deduction

Create

ORACO Duplicate Layout

Deduction

Detail

Internal Draft Layout

if('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c))
return true;
else
return false;

Deduction

Detail

Internal Non Draft Layout

if(!('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)))
return true;
else
return false;

Deduction

Detail

Partner Detail Layout

if(!('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)))
return true;
else
return false;

Deduction

Detail

Resolved Closed Layout

if(('ORA_ACO_CLASTAT_RESOLVED'.equalsIgnoreCase(__ORACO__Status_c))||
('ORA_ACO_CLASTAT_CLOSED'.equalsIgnoreCase(__ORACO__Status_c)))

return true;
else
return false;

Deduction

Detail

Internal Read Only Layout

Sales Representative Custom

Sales Manager Custom

if(!('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c)))
return true;
else
return false;

Deduction

Detail

Internal Draft Read Only Layout

Sales Representative Custom

Sales Manager Custom

if('ORA_ACO_CLASTAT_DRAFT'.equalsIgnoreCase(__ORACO__Status_c))
return true;
else
return false;

Input OPA Buffer

Landing Page

ORACO Duplicate Layout

Input OPA Buffer

Create

ORACO Duplicate Layout

Input OPA Buffer

Detail

ORACO Duplicate Layout

Input OPA Buffer

Search and Select Dialog

ORACO Duplicate Layout

Deduction

Landing Page

ORACO Duplicate Layout

Deduction

Create

ORACO Duplicate Layout

Deduction

Detail

ORACO Duplicate Layout

Deduction

Search and Select Dialog

ORACO Duplicate Layout

Distributor Objects

Object

Page Layout

Layout Name

Role

Advanced Expression

Account Distributor Relationship

Landing Page

ORACO Duplicate Layout

Any

Account Distributor Relationship

Create

ORACO Duplicate Layout

Any

Account Distributor Relationship

Detail

ORACO Duplicate Layout

Any

Account Distributor Relationship

Search

ORACO Duplicate Layout

Any

Account

Detail

ORACO Telesales Distributor Layout

Any

if(__ORACO__Distributor_c == 'Y'){return true;}

Account

Detail

ORACO Telesales Sales Rep Layout

Any

Account

Detail

ORACO Telesales Admin Layout

Any

Account

Detail

ORACO Telesales Account Mgr Layout

Any

Account

Detail

ORACO Telesales Mkt Manager Layout

Any

Account

Detail

ORACO Telesales Rep Manager Layout

Any

Account

Detail

ORACO Telesales Duplicate Layout

Any

Assortment

Detail

ORACO Duplicate Layout

Any

Assortment

Detail

ORACO Duplicate AM Layout

Any

Assortment

Detail

ORACO Duplicate Layout Doc Cloud

Any

Assortment

Detail

ORACO Duplicate Layout Doc Cloud Plan

Any

Product Detailing

Object

Application

Page Layout

Layout Name

Role

Advanced Expression

Manufacturer

Common

Landing

ORACO Duplicate Layout

Any

Manufacturer

Common

Create

ORACO Duplicate Layout

Any

Manufacturer

Common

Detail

ORACO Duplicate Layout

Any

Manufacturer

Common

Reusable

ORACO Duplicate Layout

Any

Detailing Product Group

Common

Landing

ORACO Duplicate Layout

Any

Detailing Product Group

Common

Create

ORACO Duplicate Layout

Any

Detailing Product Group

Common

Detail

ORACO Duplicate Layout

Any

Detailing Product Group

Common

Reusable

ORACO Duplicate Layout

Any

Product Detailing

Common

Landing

ORACO Duplicate Layout

Any

Product Detailing

Common

Create

ORACO Duplicate Layout

Any

Product Detailing

Common

Detail

ORACO Duplicate Layout

Any

Product Detailing

Common

Reusable

ORACO Duplicate Layout

Any

Activity

Common

Appointment Details

Before Checkin Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_NSTARTED'){ return true } else { return false }

Activity

Common

Appointment Details

Before checkin layout for roles

Sales Manager, Sales Administrator

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_NSTARTED'){ return true } else { return false }

Activity

Common

Appointment Details

After Checkin Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_INPROGR') { return true } else { return false }

Activity

Common

Appointment Details

After Checkout Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_COMPLETED'){ return true } else { return false }

Activity

Common

Appointment Details

PD Create After Checkout Layout

Any

if((__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_COMPLETED') &&(oracle.apps.fnd.applcore.Profile.get( "__ORACO__ENABLE_PD_UPDATE_AFTR_CHECKOUT" )=="Y")) { return true } else { return false }

Activity

Common

Appointment Details

DSD Before Checkin Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_NSTARTED') { return true } else { return false }

Activity

Common

Appointment Details

DSD sales admin and mangr before checkin layout

Sales Manager, Sales Administrator

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_NSTARTED') { return true } else { return false }

Activity

Common

Appointment Details

DSD After Checkin Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_INPROGR') { return true } else { return false }

Activity

Common

Appointment Details

DSD After Checkout Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_COMPLETED') { return true } else { return false }

Activity

Common

Appointment Details

Not Serviced Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_NSERVICED') { return true } else { return false }

Activity

Common

Appointment Details

DSD Not Serviced Layout

Any

if(__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_NSERVICED') { return true } else { return false }

Activity

Common

Appointment Details

DSD PD Create Checkout Layout

Any

if((__ORACO__VisitStatusFCL_c=='ORA_ACO_VISIT_STATUS_COMPLETED') &&(oracle.apps.fnd.applcore.Profile.get( "__ORACO__ENABLE_PD_UPDATE_AFTR_CHECKOUT" )=="Y")) { return true } else { return false }