DBA Data[Home] [Help]

APPS.IGS_AD_IMP_ADM_DES dependencies on FND_NEW_MESSAGES

Line 5: p_error_msg IN fnd_new_messages.message_text%TYPE,

1: PACKAGE igs_ad_imp_adm_des AS
2: /* $Header: IGSADB1S.pls 120.0 2005/06/01 21:35:09 appldev noship $ */
3: PROCEDURE update_int_table (
4: p_status IN igs_ad_admde_int.status%TYPE,
5: p_error_msg IN fnd_new_messages.message_text%TYPE,
6: p_interface_mkdes_id IN igs_ad_admde_int.interface_mkdes_id%TYPE,
7: p_outcome_status IN igs_ad_admde_int.adm_outcome_status%TYPE
8: );
9:

Line 27: p_error_msg OUT NOCOPY fnd_new_messages.message_name%TYPE,

23: p_decision_reason_id OUT NOCOPY igs_ad_ps_appl_inst.decision_reason_id%TYPE,
24: p_pending_reason_id OUT NOCOPY igs_ad_ps_appl_inst.pending_reason_id%TYPE,
25: p_offer_dt OUT NOCOPY igs_ad_ps_appl_inst.offer_dt%TYPE,
26: p_offer_response_dt OUT NOCOPY igs_ad_ps_appl_inst.offer_response_dt%TYPE,
27: p_error_msg OUT NOCOPY fnd_new_messages.message_name%TYPE,
28: p_return_status OUT NOCOPY VARCHAR2,
29: p_prpsd_commencement_date IN igs_ad_admde_int_all.prpsd_commencement_date%TYPE DEFAULT NULL
30: );
31:

Line 48: p_error_message OUT NOCOPY fnd_new_messages.message_text%TYPE,

44: p_s_admission_process_type IN igs_ad_appl.s_admission_process_type%TYPE,
45: p_batch_id IN igs_ad_admde_int.batch_id%TYPE,
46: p_interface_run_id IN igs_ad_admde_int.interface_run_id%TYPE,
47: p_interface_mkdes_id IN igs_ad_admde_int.interface_mkdes_id%TYPE,
48: p_error_message OUT NOCOPY fnd_new_messages.message_text%TYPE,
49: p_return_status OUT NOCOPY VARCHAR2,
50: p_ucas_transaction IN VARCHAR2 DEFAULT 'N',
51: p_reconsideration IN VARCHAR2 DEFAULT 'N',
52: p_prpsd_commencement_date IN igs_ad_admde_int_all.prpsd_commencement_date%TYPE DEFAULT NULL