DBA Data[Home] [Help]

APPS.AP_WEB_PROJECT_PKG dependencies on AP_WEB_DB_EXPTEMPLATE_PKG

Line 146: l_expTypeInfoRec AP_WEB_DB_EXPTEMPLATE_PKG.ExpTypeInfoRec;

142: -- Returns the expenditure type mapped to the expense type
143: -- Exception generated if cannot find P_ExpenseType
144:
145: IS
146: l_expTypeInfoRec AP_WEB_DB_EXPTEMPLATE_PKG.ExpTypeInfoRec;
147: BEGIN
148:
149: IF ( AP_WEB_DB_EXPTEMPLATE_PKG.GetExpTypeInfo(
150: P_ExpenseType,

Line 149: IF ( AP_WEB_DB_EXPTEMPLATE_PKG.GetExpTypeInfo(

145: IS
146: l_expTypeInfoRec AP_WEB_DB_EXPTEMPLATE_PKG.ExpTypeInfoRec;
147: BEGIN
148:
149: IF ( AP_WEB_DB_EXPTEMPLATE_PKG.GetExpTypeInfo(
150: P_ExpenseType,
151: l_expTypeInfoRec) ) THEN
152: P_PAExpenditureType := l_expTypeInfoRec.pa_exp_type;
153: END IF;

Line 251: P_PAExpenditureTypeTemp AP_WEB_DB_EXPTEMPLATE_PKG.expTempl_paExpendituretype;

247: -- Assumes that Project and Task Number are filled in already
248: -- Reports errors that would not be caught by core validation
249:
250: IS
251: P_PAExpenditureTypeTemp AP_WEB_DB_EXPTEMPLATE_PKG.expTempl_paExpendituretype;
252: BEGIN
253:
254: -- Initialize out variables
255: P_PAProjectID := NULL;