DBA Data[Home] [Help]

APPS.IGS_AD_GEN_002 dependencies on IGS_AD_APP_REQ_PKG

Line 3187: -- the variable g_pkg_cst_completed_chk is getting populated to a value of 'N' from the package igs_ad_app_req_pkg. So if the package

3183: -------end APADEGAL - ADTD001 RE-OPEN BUILD- IGS.M
3184:
3185:
3186:
3187: -- the variable g_pkg_cst_completed_chk is getting populated to a value of 'N' from the package igs_ad_app_req_pkg. So if the package
3188: -- igs_ad_app_req_pkg calls this procedure the variable g_pkg_cst_completed_chk will be 'N' . For all other cases it will be 'Y'.
3189: --If this procedure is called from igs_ad_app_req_pkg then the check for complete application should not be performed. -- rghosh(bug#2901627)
3190:
3191: IF NVL(igs_ad_app_req_pkg.g_pkg_cst_completed_chk,'Y') = 'Y' THEN -- modified igsm 5301 arvsrini

Line 3188: -- igs_ad_app_req_pkg calls this procedure the variable g_pkg_cst_completed_chk will be 'N' . For all other cases it will be 'Y'.

3184:
3185:
3186:
3187: -- the variable g_pkg_cst_completed_chk is getting populated to a value of 'N' from the package igs_ad_app_req_pkg. So if the package
3188: -- igs_ad_app_req_pkg calls this procedure the variable g_pkg_cst_completed_chk will be 'N' . For all other cases it will be 'Y'.
3189: --If this procedure is called from igs_ad_app_req_pkg then the check for complete application should not be performed. -- rghosh(bug#2901627)
3190:
3191: IF NVL(igs_ad_app_req_pkg.g_pkg_cst_completed_chk,'Y') = 'Y' THEN -- modified igsm 5301 arvsrini
3192: IF ( IGS_AD_GEN_007.ADMP_GET_SAAS(l_adm_appl_status_new) IN (cst_completed, cst_withdrawn)

Line 3189: --If this procedure is called from igs_ad_app_req_pkg then the check for complete application should not be performed. -- rghosh(bug#2901627)

3185:
3186:
3187: -- the variable g_pkg_cst_completed_chk is getting populated to a value of 'N' from the package igs_ad_app_req_pkg. So if the package
3188: -- igs_ad_app_req_pkg calls this procedure the variable g_pkg_cst_completed_chk will be 'N' . For all other cases it will be 'Y'.
3189: --If this procedure is called from igs_ad_app_req_pkg then the check for complete application should not be performed. -- rghosh(bug#2901627)
3190:
3191: IF NVL(igs_ad_app_req_pkg.g_pkg_cst_completed_chk,'Y') = 'Y' THEN -- modified igsm 5301 arvsrini
3192: IF ( IGS_AD_GEN_007.ADMP_GET_SAAS(l_adm_appl_status_new) IN (cst_completed, cst_withdrawn)
3193: OR -- added OR condition for re-open build - ADTD001 - IGS.M

Line 3191: IF NVL(igs_ad_app_req_pkg.g_pkg_cst_completed_chk,'Y') = 'Y' THEN -- modified igsm 5301 arvsrini

3187: -- the variable g_pkg_cst_completed_chk is getting populated to a value of 'N' from the package igs_ad_app_req_pkg. So if the package
3188: -- igs_ad_app_req_pkg calls this procedure the variable g_pkg_cst_completed_chk will be 'N' . For all other cases it will be 'Y'.
3189: --If this procedure is called from igs_ad_app_req_pkg then the check for complete application should not be performed. -- rghosh(bug#2901627)
3190:
3191: IF NVL(igs_ad_app_req_pkg.g_pkg_cst_completed_chk,'Y') = 'Y' THEN -- modified igsm 5301 arvsrini
3192: IF ( IGS_AD_GEN_007.ADMP_GET_SAAS(l_adm_appl_status_new) IN (cst_completed, cst_withdrawn)
3193: OR -- added OR condition for re-open build - ADTD001 - IGS.M
3194: l_is_inst_complete -- appilcation instance is resolved ( logically completed)
3195: )