DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_AMEND_ARCHIVE dependencies on FF_CONTEXTS

Line 1518: from ff_contexts

1514: -- Bug: 3260855 Bulk Insert into ff_archive_items for month balances
1515: ------------------------------------------------------------------------------------------------
1516: select context_id
1517: into l_asac_cont_id
1518: from ff_contexts
1519: where context_name = 'ASSIGNMENT_ACTION_ID' ;
1520: --
1521: select context_id
1522: into l_tax_cont_id

Line 1523: from ff_contexts

1519: where context_name = 'ASSIGNMENT_ACTION_ID' ;
1520: --
1521: select context_id
1522: into l_tax_cont_id
1523: from ff_contexts
1524: where context_name = 'TAX_UNIT_ID' ;
1525: --
1526: select context_id
1527: into l_date_cont_id

Line 1528: from ff_contexts

1524: where context_name = 'TAX_UNIT_ID' ;
1525: --
1526: select context_id
1527: into l_date_cont_id
1528: from ff_contexts
1529: where context_name = 'DATE_EARNED' ;
1530: --
1531:
1532: -- t_user_entity_id Loop start