DBA Data[Home] [Help]

APPS.IGS_PS_OCCUP_TITLES_PKG dependencies on IGS_PS_DIC_OCC_TITLS_PKG

Line 155: ELSIF NOT Igs_Ps_Dic_Occ_Titls_Pkg.Get_PK_For_Validation (

151:
152: IF (((old_references.occupational_title_code = new_references.occupational_title_code)) OR
153: ((new_references.occupational_title_code IS NULL))) THEN
154: NULL;
155: ELSIF NOT Igs_Ps_Dic_Occ_Titls_Pkg.Get_PK_For_Validation (
156: new_references.occupational_title_code
157: ) THEN
158: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
159: IGS_GE_MSG_STACK.ADD;