DBA Data[Home] [Help]

APPS.PAY_ZA_IRP5_MAGTAPE_PKG dependencies on PAY_ZA_IRP5_BAL_CODES

Line 194: pay_za_irp5_bal_codes code,

190: FROM
191: ff_archive_items fai,
192: ff_archive_item_contexts faic2,
193: ff_contexts fc2,
194: pay_za_irp5_bal_codes code,
195: ff_database_items fdi
196: where fai.context1 =
197: pay_magtape_generic.get_parameter_value('TRANSFER_ASSIGNMENT_ACTION_ID')
198: and fc2.context_name = 'SOURCE_NUMBER'

Line 225: pay_za_irp5_bal_codes code,

221: code.code SOURCE_ID,
222: '99999999999' SOURCE_NUMBER
223: FROM
224: ff_archive_items fai,
225: pay_za_irp5_bal_codes code,
226: ff_database_items fdi
227: Where fai.context1 =
228: pay_magtape_generic.get_parameter_value('TRANSFER_ASSIGNMENT_ACTION_ID')
229: AND fdi.user_entity_id = fai.user_entity_id