DBA Data[Home] [Help]

APPS.PAY_SLA_PKG dependencies on DUAL

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

58: --
59: DESCRIPTION
60: Payroll support for SLA (Sub Ledger Accounting)
61:
62: SLA is new in R12. This file exists to avoid breaking dual maintenance on
63: TGL files between 11.5 and R12.
64:
65: */
66: --

Line 840: from dual

836: 'Y',
837: 'Rule for '||segmap.coa_seg_name|| ' in '||segmap.coa_name,
838: 'Rule for '||segmap.coa_seg_name|| ' in '||segmap.coa_name,
839: 0
840: from dual
841: where not exists
842: (select 1
843: from xla_rules_t
844: where application_id = 801

Line 881: from dual

877: 801,
878: 'S',
879: l_pay_segment,
880: 0
881: from dual
882: where not exists
883: (select 1
884: from xla_rule_details_t xrd,
885: xla_conditions_t xc

Line 922: from dual

918: 'PAYROLL_NAME',
919: 'E',
920: l_payroll_name,
921: 0
922: from dual
923: where not exists
924: (select 1
925: from xla_rule_details_t xrd,
926: xla_conditions_t xc