DBA Data[Home] [Help]

APPS.IGS_AD_APP_REQ_PKG dependencies on IGS_AD_APP_REQ_PKG

Line 1: PACKAGE BODY igs_ad_app_req_pkg AS

1: PACKAGE BODY igs_ad_app_req_pkg AS
2: /* $Header: IGSAIA2B.pls 120.7 2005/10/07 09:37:07 appldev ship $ */
3:
4:
5: l_rowid VARCHAR2(25);

Line 645: igs_ad_app_req_pkg.g_pkg_cst_completed_chk := 'N'; -- this variable is called from the procedure igs_ad_gen_002.check_adm_appl_inst_stat (rghosh)

641: x_credit_card_payee_cd ,
642: x_credit_card_status_code
643: );
644:
645: igs_ad_app_req_pkg.g_pkg_cst_completed_chk := 'N'; -- this variable is called from the procedure igs_ad_gen_002.check_adm_appl_inst_stat (rghosh)
646:
647: igs_ad_gen_002.check_adm_appl_inst_stat(
648: x_person_id,
649: x_admission_appl_number

Line 651: igs_ad_app_req_pkg.g_pkg_cst_completed_chk := 'Y';

647: igs_ad_gen_002.check_adm_appl_inst_stat(
648: x_person_id,
649: x_admission_appl_number
650: );
651: igs_ad_app_req_pkg.g_pkg_cst_completed_chk := 'Y';
652:
653: IF (p_action = 'INSERT') THEN
654: -- Call all the procedures related to Before Insert.
655: Null;

Line 1404: END igs_ad_app_req_pkg;

1400: RAISE;
1401: END IF;
1402: END delete_row;
1403:
1404: END igs_ad_app_req_pkg;