DBA Data[Home] [Help]

APPS.IGS_AS_SU_SETATMPT_PKG dependencies on IGS_AS_SU_SETATMPT_PKG

Line 1: PACKAGE BODY IGS_AS_SU_SETATMPT_PKG AS

1: PACKAGE BODY IGS_AS_SU_SETATMPT_PKG AS
2: /* $Header: IGSDI29B.pls 120.2 2006/05/29 07:53:01 sarakshi noship $ */
3:
4: l_rowid VARCHAR2(25);
5: old_references IGS_AS_SU_SETATMPT%ROWTYPE;

Line 866: IF NOT IGS_AS_SU_SETATMPT_PKG.Get_PK_For_Validation (

862: (new_references.parent_unit_set_cd IS NULL) OR
863: (new_references.parent_sequence_number IS NULL)) THEN
864: NULL;
865: ELSE
866: IF NOT IGS_AS_SU_SETATMPT_PKG.Get_PK_For_Validation (
867: new_references.person_id,
868: new_references.course_cd,
869: new_references.parent_unit_set_cd,
870: new_references.parent_sequence_number

Line 1024: IGS_AS_SU_SETATMPT_PKG.GET_FK_IGS_AS_SU_SETATMPT (

1020:
1021:
1022: PROCEDURE Check_Child_Existance AS
1023: BEGIN
1024: IGS_AS_SU_SETATMPT_PKG.GET_FK_IGS_AS_SU_SETATMPT (
1025: OLD_references.person_id,
1026: OLD_references.course_cd,
1027: OLD_references.unit_set_cd,
1028: OLD_references.sequence_number

Line 2255: END IGS_AS_SU_SETATMPT_PKG;

2251: x_rowid => X_ROWID
2252: );
2253: --
2254: END DELETE_ROW;
2255: END IGS_AS_SU_SETATMPT_PKG;