DBA Data[Home] [Help]

APPS.PQP_GB_PSI_BASIC_DATA dependencies on PER_ALL_ASSIGNMENTS_F

Line 680: IF ben_ext_person.g_chg_pay_table = 'PER_ALL_ASSIGNMENTS_F'

676:
677: debug('location_code:' || p_return, 30);
678:
679: --
680: IF ben_ext_person.g_chg_pay_table = 'PER_ALL_ASSIGNMENTS_F'
681: and
682: ben_ext_person.g_chg_pay_column = 'LOCATION_ID'
683: THEN -- this is checking location_event for case (3) and (4)
684:

Line 1528: ben_ext_person.g_chg_pay_table = 'PER_ALL_ASSIGNMENTS_F'

1524: -- the logic below is to handle new_hires
1525: -- if new_hire, asterisk behaviour should be like "CUTOVER"
1526: IF g_current_run = 'PERIODIC'
1527: and
1528: ben_ext_person.g_chg_pay_table = 'PER_ALL_ASSIGNMENTS_F'
1529: and
1530: ben_ext_person.g_chg_update_type = 'I'
1531: THEN
1532: p_output := 'CUTOVER';