DBA Data[Home] [Help]

APPS.IGF_AP_LI_BASE_REC_IMPORT dependencies on IGF_AP_LI_CSS_ACT_INTS

Line 17: TYPE PerTab IS TABLE OF igf_ap_li_css_act_ints.person_number%TYPE

13:
14: g_log_tab LogTab;
15:
16: -- The PL/SQL table for storing the duplicate person number
17: TYPE PerTab IS TABLE OF igf_ap_li_css_act_ints.person_number%TYPE
18: index by binary_integer;
19:
20: g_per_tab PerTab;
21:

Line 920: l_old_person igf_ap_li_css_act_ints.person_number%TYPE := '*******';

916: */
917:
918: l_count NUMBER(5) := g_log_tab.COUNT;
919: l_print_message_flag BOOLEAN := TRUE;
920: l_old_person igf_ap_li_css_act_ints.person_number%TYPE := '*******';
921:
922: l_person_number VARCHAR2(80);
923: l_batch_id VARCHAR2(80);
924: l_award_yr VARCHAR2(80);