DBA Data[Home] [Help]

APPS.AP_CREDIT_CARD_INVOICE_PKG dependencies on AP_WEB_DB_EXPTEMPLATE_PKG

Line 585: if (AP_WEB_DB_EXPTEMPLATE_PKG.GetPersonalParamID(l_parameterId) <> TRUE) then

581:
582: BEGIN
583: l_callingSequence := 'createCreditCardReversals';
584:
585: if (AP_WEB_DB_EXPTEMPLATE_PKG.GetPersonalParamID(l_parameterId) <> TRUE) then
586: APP_EXCEPTION.RAISE_EXCEPTION;
587: end if;
588: ------------------------------------------------------------------
589: l_debugInfo := 'Get the credit card report line cursor.';