DBA Data[Home] [Help]

APPS.IGS_AS_ANON_GRD_PKG dependencies on IGS_GE_GEN_003

Line 646: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054

642:
643: --Intialize Error Code
644: retcode := 0;
645:
646: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054
647:
648: -- To fetch the cal_type and sequence_number from the Award Year passed.
649: l_ld_cal_type := LTRIM(RTRIM(SUBSTR(p_load_calendar,1,10)));
650: l_ld_sequence_number := TO_NUMBER(SUBSTR(p_load_calendar,-6));