DBA Data[Home] [Help]

APPS.IGS_RU_GROUP_ITEM_PKG dependencies on IGS_RU_GEN_006

Line 37: IGS_RU_GEN_006.SET_TOKEN('IGS_RU_GROUP_ITEM : P_ACTION INSERT VALIDATE_INSERT : IGSUI05B.PLS');

33: Open cur_old_ref_values;
34: Fetch cur_old_ref_values INTO old_references;
35: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT')) THEN
36: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
37: IGS_RU_GEN_006.SET_TOKEN('IGS_RU_GROUP_ITEM : P_ACTION INSERT VALIDATE_INSERT : IGSUI05B.PLS');
38: IGS_GE_MSG_STACK.ADD;
39: App_Exception.Raise_Exception;
40: Close cur_old_ref_values;
41: Return;

Line 82: --Here the call to IGS_RU_GEN_003.RULP_VAL_DESC_RGI Is replaced with IGS_RU_GEN_006.RULP_VAL_DESC_RGI inroder to resolve the dependency issues for the build Seed Migration Bug : 2233951

78: old_references.description_number,
79: old_references.description_type);
80: ELSE
81: -- validate description and type
82: --Here the call to IGS_RU_GEN_003.RULP_VAL_DESC_RGI Is replaced with IGS_RU_GEN_006.RULP_VAL_DESC_RGI inroder to resolve the dependency issues for the build Seed Migration Bug : 2233951
83: IF IGS_RU_GEN_006.RULP_VAL_DESC_RGI(new_references.description_number,
84: new_references.description_type,
85: v_message_name) IS NULL
86: THEN

Line 83: IF IGS_RU_GEN_006.RULP_VAL_DESC_RGI(new_references.description_number,

79: old_references.description_type);
80: ELSE
81: -- validate description and type
82: --Here the call to IGS_RU_GEN_003.RULP_VAL_DESC_RGI Is replaced with IGS_RU_GEN_006.RULP_VAL_DESC_RGI inroder to resolve the dependency issues for the build Seed Migration Bug : 2233951
83: IF IGS_RU_GEN_006.RULP_VAL_DESC_RGI(new_references.description_number,
84: new_references.description_type,
85: v_message_name) IS NULL
86: THEN
87: Fnd_Message.Set_Name('IGS',v_message_name);

Line 184: IGS_RU_GEN_006.SET_TOKEN('IGS_RU_GROUP : P_ACTIONCheck_Parent_Existanc rug_sequence_number : IGSUI05B.PLS');

180: IF NOT IGS_RU_GROUP_PKG.Get_PK_For_Validation (
181: new_references.rug_sequence_number
182: ) THEN
183: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
184: IGS_RU_GEN_006.SET_TOKEN('IGS_RU_GROUP : P_ACTIONCheck_Parent_Existanc rug_sequence_number : IGSUI05B.PLS');
185: IGS_GE_MSG_STACK.ADD;
186: App_Exception.Raise_Exception;
187: END IF;
188: END IF;

Line 431: IGS_RU_GEN_006.SET_TOKEN('IGS_RU_GROUP_ITEM : P_ACTION LOCK_ROW : IGSUI05B.PLS');

427: open c1;
428: fetch c1 into tlinfo;
429: if (c1%notfound) then
430: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
431: IGS_RU_GEN_006.SET_TOKEN('IGS_RU_GROUP_ITEM : P_ACTION LOCK_ROW : IGSUI05B.PLS');
432: IGS_GE_MSG_STACK.ADD;
433: app_exception.raise_exception;
434: close c1;
435: return;