DBA Data[Home] [Help]

APPS.PAY_JP_REPORT_PKG dependencies on PAY_USER_TABLES

Line 586: from pay_user_tables put,

582: IS
583: l_value number := null;
584: CURSOR cur_max_value IS
585: select max(to_number(value))
586: from pay_user_tables put,
587: pay_user_columns puc,
588: pay_user_column_instances_f puci
589: where put.user_table_name = p_user_table_name
590: and puc.user_table_id = put.user_table_id

Line 614: from pay_user_tables put,

610: IS
611: l_value number := null;
612: CURSOR cur_min_value IS
613: select min(to_number(value))
614: from pay_user_tables put,
615: pay_user_columns puc,
616: pay_user_column_instances_f puci
617: where put.user_table_name = p_user_table_name
618: and puc.user_table_id = put.user_table_id