DBA Data[Home] [Help]

APPS.AP_WEB_PARENT_PKG dependencies on AP_WEB_DB_AP_INT_PKG

Line 448: IF ( NOT AP_WEB_DB_AP_INT_PKG.GetVatCode(ExpReportLinesInfo(V_ReceiptCount).taxId, ExpReportLinesInfo(V_ReceiptCount).tax_code) ) THEN

444: ExpReportLinesInfo(V_ReceiptCount).taxId := getNext(V_line, 5);
445:
446: -- Get VatCode
447: IF (ExpReportLinesInfo(V_ReceiptCount).taxId is not null) THEN
448: IF ( NOT AP_WEB_DB_AP_INT_PKG.GetVatCode(ExpReportLinesInfo(V_ReceiptCount).taxId, ExpReportLinesInfo(V_ReceiptCount).tax_code) ) THEN
449: null;
450: END IF;
451: END IF;
452: