DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_PE_PERSON

Line 633: PROCEDURE GET_FK_IGS_PE_PERSON (

629: PROCEDURE GET_FK_IGS_AD_LOCATION (
630: x_location_cd IN VARCHAR2
631: );
632:
633: PROCEDURE GET_FK_IGS_PE_PERSON (
634: x_person_id IN NUMBER
635: );
636:
637: PROCEDURE GET_FK_IGS_TR_ITEM (

Line 829: p_person_id igs_pe_person.person_id%TYPE,

825: p_adm_outcome_status igs_ad_ps_appl_inst.adm_outcome_status%TYPE,
826: p_cond_offer_status igs_ad_ps_appl_inst.adm_cndtnl_offer_status%TYPE,
827: p_adm_outcome_status_old igs_ad_ps_appl_inst.adm_outcome_status%TYPE,
828: p_cond_offer_status_old igs_ad_ps_appl_inst.adm_cndtnl_offer_status%TYPE,
829: p_person_id igs_pe_person.person_id%TYPE,
830: p_condition_category IN igs_uc_offer_conds.condition_category%TYPE,
831: p_condition_name IN igs_uc_offer_conds.condition_name%TYPE,
832: p_uc_tran_id OUT NOCOPY NUMBER );
833: