DBA Data[Home] [Help]

APPS.IGS_FI_PRC_APINT dependencies on IGF_AP_SS_PKG

Line 1505: || in call to igf_ap_ss_pkg.get_pid

1501: || Known limitations, enhancements or remarks :
1502: || Change History :
1503: || Who When What
1504: || ridas 14-Feb-2006 Bug #5021084. Added new parameter lv_group_type
1505: || in call to igf_ap_ss_pkg.get_pid
1506: || agairola 11-Mar-2003 Bug 2838757: Modified the code to
1507: || log the message no data found when
1508: || no records are found
1509: || (reverse chronological order - newest change first)

Line 1570: l_v_stmnt := igf_ap_ss_pkg.get_pid(p_pid_grp => p_n_person_group_id,

1566: ELSIF p_n_person_group_id IS NOT NULL THEN
1567: -- If the Person Group is Not null, then
1568: -- fetch the query for the dynamic person groups
1569: --Bug #5021084
1570: l_v_stmnt := igf_ap_ss_pkg.get_pid(p_pid_grp => p_n_person_group_id,
1571: p_status => l_v_status,
1572: p_group_type => lv_group_type);
1573:
1574: IF l_v_status <> 'S' THEN