DBA Data[Home] [Help]

APPS.PAY_KR_YEA_PKG dependencies on FF_DATABASE_ITEMS

Line 2124: ff_database_items d,

2120: select
2121: u.user_entity_id,
2122: a.value
2123: from pay_report_format_items_f i,
2124: ff_database_items d,
2125: ff_user_entities u,
2126: ff_archive_items a,
2127: pay_payroll_actions ppa,
2128: pay_assignment_actions paa

Line 2775: ff_database_items d

2771: select
2772: u.creator_id
2773: into l_defined_balance_id
2774: from ff_user_entities u,
2775: ff_database_items d
2776: where d.user_name = p_user_name
2777: and u.user_entity_id = d.user_entity_id
2778: and u.legislation_code = 'KR'
2779: and u.business_group_id is null