DBA Data[Home] [Help]

APPS.PAY_KR_YEA_PKG dependencies on FF_DATABASE_ITEMS

Line 5381: ff_database_items d,

5377: select
5378: u.user_entity_id,
5379: a.value
5380: from pay_report_format_items_f i,
5381: ff_database_items d,
5382: ff_user_entities u,
5383: ff_archive_items a,
5384: pay_payroll_actions ppa,
5385: pay_assignment_actions paa

Line 6127: ff_database_items d

6123: select
6124: u.creator_id
6125: into l_defined_balance_id
6126: from ff_user_entities u,
6127: ff_database_items d
6128: where d.user_name = p_user_name
6129: and u.user_entity_id = d.user_entity_id
6130: and u.legislation_code = 'KR'
6131: and u.business_group_id is null