DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on XLE_BUSINESSINFO_GRP

Line 109: --x_otoc_le_info_rec XLE_BUSINESSINFO_GRP.otoc_le_rec;

105: l_commitment_id oe_order_lines.commitment_id%type;
106: l_cust_trx_type_id ra_cust_trx_types_all.cust_Trx_type_id%type;
107: l_AR_Sys_Param_Rec ar_system_parameters_all%ROWTYPE;
108: l_product_type zx_product_types_def_v.classification_code%TYPE;
109: --x_otoc_le_info_rec XLE_BUSINESSINFO_GRP.otoc_le_rec;
110: l_legal_entity_id NUMBER(15);
111: l_customer_type VARCHAR2(30);
112: l_customer_id NUMBER;
113: l_batch_source_id NUMBER;

Line 1633: l_legal_entity_id := XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info(

1629: oe_debug_pub.add('batch source:'||l_invoice_source_id,3);
1630: oe_debug_pub.add('OU:'||p_org_id,3);
1631: END IF;
1632:
1633: l_legal_entity_id := XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info(
1634: x_return_status => l_return_status, -- OUT
1635: x_msg_data => l_msg_data, -- OUT
1636: p_customer_type => l_customer_type, -- IN P_customer_type
1637: p_customer_id => l_customer_id, -- IN P_customer_id (sold_to/bill_to customer_id)

Line 1678: * is calling APIs : XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info

1674: *
1675: * Description:
1676: * Created for R12 Vertext project called from oip and sales order form
1677: * Function Get_Content_Owner_Id
1678: * is calling APIs : XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info
1679: * and ZX_TCM_PTP_PKG.get_tax_subscriber to get content_owner_id
1680: *================================================================*/
1681:
1682: FUNCTION Get_Content_Owner_Id(

Line 1697: l_otoc_Le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;

1693: l_bill_to_customer_id NUMBER;
1694: l_invoice_to_org_id NUMBER;
1695: l_order_type_id NUMBER;
1696: l_batch_source_id NUMBER;
1697: l_otoc_Le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;
1698:
1699: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1700:
1701: BEGIN