DBA Data[Home] [Help]

APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_IMP_ADM_DES

Line 1: PACKAGE BODY igs_ad_imp_adm_des AS

1: PACKAGE BODY igs_ad_imp_adm_des AS
2: /* $Header: IGSADB1B.pls 120.1 2006/02/01 04:21:43 pfotedar noship $ */
3:
4: /*=======================================================================+
5: | Copyright (c) 1994, 1996 Oracle Corp. Redwood Shores, California, USA|

Line 10: | PL/SQL Body for package: IGS_AD_IMP_ADM_DES |

6: | All rights reserved. |
7: +=======================================================================+
8: | |
9: | DESCRIPTION |
10: | PL/SQL Body for package: IGS_AD_IMP_ADM_DES |
11: | |
12: | NOTES |
13: | This is the Package body for the Package IGS_AD_IMP_ADM_DES |
14: | which will update the outcome decision for an application |

Line 13: | This is the Package body for the Package IGS_AD_IMP_ADM_DES |

9: | DESCRIPTION |
10: | PL/SQL Body for package: IGS_AD_IMP_ADM_DES |
11: | |
12: | NOTES |
13: | This is the Package body for the Package IGS_AD_IMP_ADM_DES |
14: | which will update the outcome decision for an application |
15: | calculated by the user in interface table |
16: | HISTORY |
17: | Who When What |

Line 608: -- Ensured call to igs_ad_imp_adm_des.prc_adm_outcome_status

604: FOR c_admde_int_rec IN c_admde_int
605: LOOP
606: l_msg_token_rec_prc_cnt := l_msg_token_rec_prc_cnt + 1;
607: l_processed_records := l_processed_records + 1;
608: -- Ensured call to igs_ad_imp_adm_des.prc_adm_outcome_status
609: -- do not result in code flow to EXCEPTION section in calling procedure
610: -- variable l_return_status determines success or failure of the process
611:
612: OPEN c_old_adm_outcome_status (

Line 622: igs_ad_imp_adm_des.prc_adm_outcome_status(

618: CLOSE c_old_adm_outcome_status;
619:
620:
621:
622: igs_ad_imp_adm_des.prc_adm_outcome_status(
623: p_person_id => c_admde_int_rec.person_id,
624: p_admission_appl_number => c_admde_int_rec.admission_appl_number,
625: p_nominated_course_cd => c_admde_int_rec.nominated_course_cd,
626: p_sequence_number => c_admde_int_rec.sequence_number,

Line 720: END igs_ad_imp_adm_des;

716: END IF;
717:
718: END discard_adm_decision;
719:
720: END igs_ad_imp_adm_des;