DBA Data[Home] [Help]

APPS.FF_ARCHIVE_API dependencies on FF_CONTEXTS

Line 173: from ff_contexts ffc

169: and plc.legislation_code = c_legislation_code;
170: --
171: cursor get_context2 (c_context_name varchar2) is
172: select ffc.context_id
173: from ff_contexts ffc
174: where ffc.context_name = c_context_name;
175: --
176: BEGIN
177: --

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.