DBA Data[Home] [Help]

APPS.IGF_AP_VER_GRPS_PRC_PKG dependencies on IGF_AP_SS_PKG

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

554: || Purpose : Main process, does the main processing.
555: || Known limitations, enhancements or remarks :
556: || Change History :
557: || Who When What
558: || ridas 07-Feb-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid
559: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
560: || (reverse chronological order - newest change first)
561: */
562:

Line 568: lv_sql_stmt VARCHAR(32767) := igf_ap_ss_pkg.get_pid(p_prs_grp_id,lv_status,lv_group_type);

564: /* Variables for the dynamic person id group */
565: lv_status VARCHAR2(1) := 'S'; /*Defaulted to 'S' and the function will return 'F' in case of failure */
566: lv_group_type igs_pe_persid_group_v.group_type%TYPE;
567:
568: lv_sql_stmt VARCHAR(32767) := igf_ap_ss_pkg.get_pid(p_prs_grp_id,lv_status,lv_group_type);
569:
570: /* Variable to change the dynamic sql stmt and get the count */
571: lv_sql_cnt VARCHAR(32767) ;
572: