DBA Data[Home] [Help]

APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_GE_GEN_002

Line 2201: -- first must call IGS_GE_GEN_002.GENP_GET_NXT_PRSN_ID to return

2197: END IF;
2198: CLOSE c_api;
2199: ELSE
2200: -- PERSON not found, need to create a new ID number
2201: -- first must call IGS_GE_GEN_002.GENP_GET_NXT_PRSN_ID to return
2202: -- the next person_id value by calling
2203: IF IGS_GE_GEN_002.GENP_GET_NXT_PRSN_ID(
2204: v_new_person_id,
2205: v_message_name) = FALSE THEN

Line 2203: IF IGS_GE_GEN_002.GENP_GET_NXT_PRSN_ID(

2199: ELSE
2200: -- PERSON not found, need to create a new ID number
2201: -- first must call IGS_GE_GEN_002.GENP_GET_NXT_PRSN_ID to return
2202: -- the next person_id value by calling
2203: IF IGS_GE_GEN_002.GENP_GET_NXT_PRSN_ID(
2204: v_new_person_id,
2205: v_message_name) = FALSE THEN
2206: -- Cannot generate new ID
2207: p_message_out := p_tac_person_id || ' ' || fnd_message.get_string('IGS',v_message_name);