DBA Data[Home] [Help]

APPS.PQP_AAT_BUS dependencies on PAY_USER_TABLES

Line 766: FROM pay_user_tables

762: l_dummy varchar2(1);
763:
764: CURSOR cur_tbl IS
765: SELECT 'x'
766: FROM pay_user_tables
767: WHERE user_table_id = p_rates_table_id
768: AND business_group_id = p_business_group_id;
769: --
770: Begin

Line 2044: -- Check if the rates table exist in PAY_USER_TABLES

2040: p_validation_end_date => p_validation_end_date
2041: );
2042:
2043: --
2044: -- Check if the rates table exist in PAY_USER_TABLES
2045: --
2046: IF p_rec.company_car_rates_table_id IS NOT NULL THEN
2047: chk_table_exists(
2048: p_rates_table_id => p_rec.company_car_rates_table_id

Line 2248: -- Check if the rates table exist in PAY_USER_TABLES

2244: p_validation_end_date => p_validation_end_date
2245: );
2246:
2247: --
2248: -- Check if the rates table exist in PAY_USER_TABLES
2249: --
2250: IF p_rec.company_car_rates_table_id IS NOT NULL THEN
2251: chk_table_exists(
2252: p_rates_table_id => p_rec.company_car_rates_table_id