DBA Data[Home] [Help]

APPS.IGS_AS_VAL_SCAP dependencies on IGS_AS_SPCL_CONS_CAT

Line 7: p_spcl_consideration_cat IGS_AS_SPCL_CONS_CAT.spcl_consideration_cat%TYPE ,

3:
4: --
5: -- Validate special consideration category closed indicator.
6: FUNCTION assp_val_spcc_closed(
7: p_spcl_consideration_cat IGS_AS_SPCL_CONS_CAT.spcl_consideration_cat%TYPE ,
8: p_message_name OUT NOCOPY VARCHAR2 )
9: RETURN BOOLEAN;
10:
11: --