DBA Data[Home] [Help]

APPS.IGF_AW_CANCEL_AWD dependencies on IGF_AP_SS_PKG

Line 443: || ridas 08-Feb-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid

439: || Purpose :
440: || Known limitations, enhancements or remarks :
441: || Change History :
442: || Who When What
443: || ridas 08-Feb-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid
444: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
445: || bvisvana 11-Jul-2005 FA 157 and FA 140 - TBH impact for notification status code and date + Publish in ss page
446: || veramach 1-NOV-2003 # 3160856 Added adplans_id in call to igf_aw_award.update_row
447: || smadathi 03-Feb-2002 Bug 2154941. Modified cursor c_award to exclude sponsor fund

Line 656: l_list := igf_ap_ss_pkg.get_pid(p_pig, l_status, lv_group_type);

652: 'Parameters pig is available and base_id is NULL. Processing pig');
653: END IF;
654:
655: --Bug #5021084
656: l_list := igf_ap_ss_pkg.get_pid(p_pig, l_status, lv_group_type);
657: l_per_exists := FALSE;
658:
659: --Bug #5021084. Passing Group ID if the group type is STATIC.
660: IF lv_group_type = 'STATIC' THEN