DBA Data[Home] [Help]

APPS.PAY_SLA_PKG dependencies on DUAL

Line 55: SLA is new in R12. This file exists to avoid breaking dual maintenance on

51: --
52: DESCRIPTION
53: Payroll support for SLA (Sub Ledger Accounting)
54:
55: SLA is new in R12. This file exists to avoid breaking dual maintenance on
56: TGL files between 11.5 and R12.
57:
58: */
59: --

Line 821: from dual

817: 'Y',
818: 'Rule for '||segmap.coa_seg_name|| ' in '||segmap.coa_name,
819: 'Rule for '||segmap.coa_seg_name|| ' in '||segmap.coa_name,
820: 0
821: from dual
822: where not exists
823: (select 1
824: from xla_rules_t
825: where application_id = 801

Line 862: from dual

858: 801,
859: 'S',
860: l_pay_segment,
861: 0
862: from dual
863: where not exists
864: (select 1
865: from xla_rule_details_t xrd,
866: xla_conditions_t xc

Line 903: from dual

899: 'PAYROLL_NAME',
900: 'E',
901: l_payroll_name,
902: 0
903: from dual
904: where not exists
905: (select 1
906: from xla_rule_details_t xrd,
907: xla_conditions_t xc