DBA Data[Home] [Help]

APPS.IGS_FI_PRC_REFUNDS dependencies on IGS_FI_GEN_008

Line 1042: l_party_number := igs_fi_gen_008.get_party_number(l_n_party_id);

1038: FOR l_n_cntr IN v_tab_party_rec.FIRST..v_tab_party_rec.LAST
1039: LOOP
1040: l_n_party_id := v_tab_party_rec(l_n_cntr);
1041: -- Fetch the Party Number for the Person Id being passed as input
1042: l_party_number := igs_fi_gen_008.get_party_number(l_n_party_id);
1043:
1044: log_message(g_msg_lkp,
1045: 'PERSON',
1046: l_party_number,

Line 1128: igs_fi_gen_008.get_plan_details (p_n_person_id => l_n_party_id,

1124: -- check if the Person for which the Refunds is being processed is on an Active Payment Plan.
1125: -- If the person is on an active payment plan, then a warning needs to be logged in the log file.
1126: -- The process will continue after logging this warning message
1127: -- Invoke the Generic procedure
1128: igs_fi_gen_008.get_plan_details (p_n_person_id => l_n_party_id,
1129: p_n_act_plan_id => l_n_act_plan_id,
1130: p_v_act_plan_name => l_v_act_plan_name
1131: );
1132: