DBA Data[Home] [Help]

APPS.PAY_US_SQWL_ARCHIVE dependencies on FF_DATABASE_ITEMS

Line 179: ff_database_items fdi

175: 'TRANSFER_SUI_WAGE_BASE=P',
176: nvl(FFAI.value,' ')
177: from pay_state_rules SR,
178: ff_archive_items ffai,
179: ff_database_items fdi
180: where SR.state_code = pay_magtape_generic.get_parameter_value
181: ('TRANSFER_STATE')
182: and ffai.user_entity_id = fdi.user_entity_id
183: and fdi.user_name = 'A_SUI_TAXABLE_WAGE_BASE'

Line 420: ff_database_items fdi,

416: 'TRANSFER_REPORT_CATEGORY=P', pay_magtape_generic.get_parameter_value
417: ('TRANSFER_REPORT_CATEGORY')
418: from pay_state_rules SR,
419: ff_archive_items ffai,
420: ff_database_items fdi,
421: -- hr_organization_information hoi,
422: pay_payroll_actions ppa
423: where ppa.payroll_action_id = pay_magtape_generic.get_parameter_value
424: ('TRANSFER_PAYROLL_ACTION_ID')