DBA Data[Home] [Help]

APPS.FF_ARCHIVE_API dependencies on PAY_LEGISLATION_CONTEXTS

Line 167: from pay_legislation_contexts plc

163: l_count number;
164: --
165: cursor get_context1 (c_context_name varchar2, c_legislation_code varchar2) is
166: select plc.context_id
167: from pay_legislation_contexts plc
168: where plc.legislation_name = c_context_name
169: and plc.legislation_code = c_legislation_code;
170: --
171: cursor get_context2 (c_context_name varchar2) is

Line 394: -- validate against either PAY_LEGISLATION_CONTEXTS or FF_CONTEXTS,

390: ,p_context_name30 ,p_context30
391: ,p_context_name31 ,p_context31);
392: --
393: --4)Now loop through the record structure, and
394: -- validate against either PAY_LEGISLATION_CONTEXTS or FF_CONTEXTS,
395: -- by calling private function get_context_id. If there is no
396: -- context ID for this, raise an error.
397: -- If validated, call the archive_item_context API to insert the
398: -- child rows.