DBA Data[Home] [Help]

APPS.PAY_FR_SCHEDULE_CALCULATION dependencies on PAY_USER_COLUMN_INSTANCES_F

Line 75: , pay_user_column_instances_f ci

71: select ci.value
72: from pay_user_tables t
73: , pay_user_columns c
74: , pay_user_rows_f r
75: , pay_user_column_instances_f ci
76: where t.user_table_name = g_udt_name
77: and c.business_group_id = g_business_group_id
78: and t.user_table_id = r.user_table_id
79: and t.user_table_id = c.user_table_id