DBA Data[Home] [Help]

APPS.AP_WEB_DFLEX_PKG dependencies on AP_WEB_DFLEX_PKG

Line 1: PACKAGE BODY AP_WEB_DFLEX_PKG AS

1: PACKAGE BODY AP_WEB_DFLEX_PKG AS
2: /* $Header: apwdflxb.pls 120.14.12010000.2 2008/09/04 11:33:42 stalasil ship $ */
3:
4: --
5: -- Record definition for ap_expense_report_params.

Line 1161: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_DFLEX_PKG','Org_id used to default the tax codes'||To_Char(l_OrgId));

1157:
1158: --Bug#7172212 - vat_code field not being populated for Spread-Sheet Import.
1159: l_OrgId := nvl(TO_NUMBER(rtrim(substrb(USERENV('CLIENT_INFO'), 1, 10))),-99);
1160:
1161: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_DFLEX_PKG','Org_id used to default the tax codes'||To_Char(l_OrgId));
1162:
1163: FOR I IN 1..P_ReceiptCount LOOP
1164:
1165: /* Bug 2844544: Initializing the variables before calling the

Line 2285: AP_WEB_DFLEX_PKG.GetReceiptCustomFields(l_receipt_custom_fields_array,

2281: -----------------------------------------------------
2282: l_debug_info := 'GetReceiptCustomFields';
2283: -----------------------------------------------------
2284:
2285: AP_WEB_DFLEX_PKG.GetReceiptCustomFields(l_receipt_custom_fields_array,
2286: l_receipt_index,
2287: p_custom1_array,
2288: p_custom2_array,
2289: p_custom3_array,

Line 2319: AP_WEB_DFLEX_PKG.PropogateReceiptCustFldsInfo(

2315:
2316: -----------------------------------------------------
2317: l_debug_info := 'PropogateReceiptCustFldsInfo';
2318: -----------------------------------------------------
2319: AP_WEB_DFLEX_PKG.PropogateReceiptCustFldsInfo(
2320: l_receipt_custom_fields_array,
2321: l_receipt_index,
2322: p_custom1_array,
2323: p_custom2_array,

Line 2492: END AP_WEB_DFLEX_PKG;

2488: END SetExpReportHeaderInfo;
2489:
2490:
2491:
2492: END AP_WEB_DFLEX_PKG;