DBA Data[Home] [Help]

APPS.PER_ALT_LOOKUPS_PKG dependencies on PAY_USER_TABLES_V

Line 19: from pay_user_tables_v a

15: l_legislation_code per_business_groups.legislation_code%type;
16: --
17: cursor csr_table_name is
18: select a.user_table_id
19: from pay_user_tables_v a
20: where upper (a.user_table_name) = upper (P_LOOKUP_TYPE)
21: and a.business_group_id = P_BUSINESS_GROUP_ID;
22:
23: cursor csr_column_name (p_user_table_id number) is