DBA Data[Home] [Help]

APPS.IGS_EN_STDNT_PS_ATT_PKG dependencies on IGS_FI_FUND_SRC_PKG

Line 1996: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (

1992: IF (((old_references.funding_source = new_references.funding_source)) OR
1993: ((new_references.funding_source IS NULL))) THEN
1994: NULL;
1995: ELSE
1996: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (
1997: new_references.funding_source
1998: ) THEN
1999: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
2000: IGS_GE_MSG_STACK.ADD;