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.12020000.3 2012/10/25 07:01:47 preshukl 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 2323: AP_WEB_DFLEX_PKG.GetReceiptCustomFields(l_receipt_custom_fields_array,

2319: -----------------------------------------------------
2320: l_debug_info := 'GetReceiptCustomFields';
2321: -----------------------------------------------------
2322:
2323: AP_WEB_DFLEX_PKG.GetReceiptCustomFields(l_receipt_custom_fields_array,
2324: l_receipt_index,
2325: p_custom1_array,
2326: p_custom2_array,
2327: p_custom3_array,

Line 2357: AP_WEB_DFLEX_PKG.PropogateReceiptCustFldsInfo(

2353:
2354: -----------------------------------------------------
2355: l_debug_info := 'PropogateReceiptCustFldsInfo';
2356: -----------------------------------------------------
2357: AP_WEB_DFLEX_PKG.PropogateReceiptCustFldsInfo(
2358: l_receipt_custom_fields_array,
2359: l_receipt_index,
2360: p_custom1_array,
2361: p_custom2_array,

Line 2530: END AP_WEB_DFLEX_PKG;

2526: END SetExpReportHeaderInfo;
2527:
2528:
2529:
2530: END AP_WEB_DFLEX_PKG;