DBA Data[Home] [Help]

APPS.PQP_GB_PSI_SALARY_HISTORY dependencies on BEN_EXT_PERSON

Line 293: g_pay_proc_evt_tab := ben_ext_person.g_pay_proc_evt_tab;

289: g_assignment_id := p_assignment_id;
290: debug('g_assignment_id: '||g_assignment_id,10);
291:
292: -- set the global events table
293: g_pay_proc_evt_tab := ben_ext_person.g_pay_proc_evt_tab;
294: -- set global person id
295: g_person_id := PQP_GB_PSI_FUNCTIONS.get_current_extract_person
296: (
297: p_assignment_id => p_assignment_id

Line 532: l_curr_evt_index := ben_ext_person.g_chg_pay_evt_index;

528: -- use the following for only debugging purposes
529: show_events();
530: END IF;
531:
532: l_curr_evt_index := ben_ext_person.g_chg_pay_evt_index;
533:
534: debug('----------');
535: debug('Record :'||l_curr_evt_index);
536: debug('----------');

Line 1067: l_index := ben_ext_person.g_chg_pay_evt_index;

1063: debug_exit(l_proc);
1064: return 'N';
1065: END IF;
1066:
1067: l_index := ben_ext_person.g_chg_pay_evt_index;
1068: LOOP
1069: l_chg_type := g_pay_proc_evt_tab(l_index).update_type;
1070: l_chg_table_id := g_pay_proc_evt_tab(l_index).dated_table_id;
1071: l_chg_table := PQP_GB_PSI_FUNCTIONS.get_dated_table_name(l_chg_table_id);