DBA Data[Home] [Help]

APPS.GHR_MRE_PKG dependencies on PAY_USER_TABLES

Line 467: CURSOR c_pay_tab_type(p_user_table_id pay_user_tables.user_table_id%type)

463:
464: -- Bug 3663808 Variable to store retained grade details
465: p_retained_grade ghr_pay_calc.retained_grade_rec_type;
466:
467: CURSOR c_pay_tab_type(p_user_table_id pay_user_tables.user_table_id%type)
468: IS
469: SELECT range_or_match
470: FROM pay_user_tables
471: WHERE user_table_id = p_user_table_id;

Line 470: FROM pay_user_tables

466:
467: CURSOR c_pay_tab_type(p_user_table_id pay_user_tables.user_table_id%type)
468: IS
469: SELECT range_or_match
470: FROM pay_user_tables
471: WHERE user_table_id = p_user_table_id;
472:
473: l_table_type VARCHAR2(2);
474: BEGIN