DBA Data[Home] [Help]

APPS.AP_INVOICES_PKG dependencies on AP_UTILITIES_PKG

Line 201: AP_UTILITIES_PKG.Get_Invoice_LE(

197: -- Get LE Information
198: --
199: IF x_legal_entity_id IS NULL THEN
200:
201: AP_UTILITIES_PKG.Get_Invoice_LE(
202: X_vendor_site_id,
203: X_accts_pay_ccid,
204: X_org_id,
205: l_le_id);

Line 1830: AP_UTILITIES_PKG.Get_Invoice_LE( X_vendor_site_id,

1826: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1827: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name, debug_info);
1828: END IF;
1829:
1830: AP_UTILITIES_PKG.Get_Invoice_LE( X_vendor_site_id,
1831: X_accts_pay_ccid,
1832: X_org_id,
1833: l_le_id
1834: );

Line 2457: l_period_name := ap_utilities_pkg.get_current_gl_date(

2453: P_Period_Name := '';
2454:
2455: -- See IF the period corresponding to P_Date is open
2456: -- Added org_id parameter to this call MOAC
2457: l_period_name := ap_utilities_pkg.get_current_gl_date(
2458: l_current_date, P_Org_Id);
2459:
2460: IF (l_period_name is null) THEN
2461:

Line 2464: ap_utilities_pkg.get_open_gl_date

2460: IF (l_period_name is null) THEN
2461:
2462: -- The date is in a closed period, roll forward until we find one
2463: -- MOAC. Added org_id parameter to call
2464: ap_utilities_pkg.get_open_gl_date
2465: (l_current_date,
2466: l_period_name,
2467: l_gl_date,
2468: P_Org_Id);