DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on XLE_BUSINESSINFO_GRP

Line 2501: l_legal_entity_id := XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info(

2497: oe_debug_pub.add('batch source:'||l_invoice_source_id,3);
2498: oe_debug_pub.add('OU:'||p_org_id,3);
2499: END IF;
2500:
2501: l_legal_entity_id := XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info(
2502: x_return_status => l_return_status, -- OUT
2503: x_msg_data => l_msg_data, -- OUT
2504: p_customer_type => l_customer_type, -- IN P_customer_type
2505: p_customer_id => l_customer_id, -- IN P_customer_id (sold_to/bill_to customer_id)

Line 2546: * is calling APIs : XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info

2542: *
2543: * Description:
2544: * Created for R12 Vertext project called from oip and sales order form
2545: * Function Get_Content_Owner_Id
2546: * is calling APIs : XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info
2547: * and ZX_TCM_PTP_PKG.get_tax_subscriber to get content_owner_id
2548: *================================================================*/
2549:
2550: FUNCTION Get_Content_Owner_Id(

Line 2565: l_otoc_Le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;

2561: l_bill_to_customer_id NUMBER;
2562: l_invoice_to_org_id NUMBER;
2563: l_order_type_id NUMBER;
2564: l_batch_source_id NUMBER;
2565: l_otoc_Le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;
2566:
2567: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
2568:
2569: BEGIN