DBA Data[Home] [Help]

APPS.XLE_UTILITIES_GRP dependencies on XLE_BUSINESSINFO_GRP

Line 2299: l_ou_le_info XLE_BUSINESSINFO_GRP.OU_LE_Tbl_Type;

2295:
2296: l_cnt NUMBER := 0;
2297: l_return_status VARCHAR2(50);
2298: l_msg_data VARCHAR2(50);
2299: l_ou_le_info XLE_BUSINESSINFO_GRP.OU_LE_Tbl_Type;
2300: l_Ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;
2301: l_Inv_Le_info XLE_BUSINESSINFO_GRP.Inv_Org_Rec_Type;
2302:
2303:

Line 2300: l_Ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;

2296: l_cnt NUMBER := 0;
2297: l_return_status VARCHAR2(50);
2298: l_msg_data VARCHAR2(50);
2299: l_ou_le_info XLE_BUSINESSINFO_GRP.OU_LE_Tbl_Type;
2300: l_Ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;
2301: l_Inv_Le_info XLE_BUSINESSINFO_GRP.Inv_Org_Rec_Type;
2302:
2303:
2304: BEGIN

Line 2301: l_Inv_Le_info XLE_BUSINESSINFO_GRP.Inv_Org_Rec_Type;

2297: l_return_status VARCHAR2(50);
2298: l_msg_data VARCHAR2(50);
2299: l_ou_le_info XLE_BUSINESSINFO_GRP.OU_LE_Tbl_Type;
2300: l_Ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;
2301: l_Inv_Le_info XLE_BUSINESSINFO_GRP.Inv_Org_Rec_Type;
2302:
2303:
2304: BEGIN
2305:

Line 2412: XLE_BUSINESSINFO_GRP.Get_OperatingUnit_Info(

2408:
2409: /* If OPERATING UNIT ID is passed by the interface */
2410:
2411: IF P_INTERFACE_ATTRIBUTE = 'OPERATING_UNIT_ID' THEN
2412: XLE_BUSINESSINFO_GRP.Get_OperatingUnit_Info(
2413: x_return_status => l_return_status,
2414: x_msg_data => l_msg_data,
2415: p_operating_unit => TO_NUMBER(P_INTERFACE_VALUE),
2416: p_legal_entity_id => NULL,

Line 2427: XLE_BUSINESSINFO_GRP.Get_Ledger_Info(

2423:
2424: /* If LEDGER ID is passed by the interface */
2425:
2426: IF P_INTERFACE_ATTRIBUTE = 'LEDGER_ID' THEN
2427: XLE_BUSINESSINFO_GRP.Get_Ledger_Info(
2428: x_return_status => l_return_status,
2429: x_msg_data => l_msg_data,
2430: P_Ledger_ID => TO_NUMBER(P_INTERFACE_VALUE),
2431: x_Ledger_info => l_Ledger_info);

Line 2440: XLE_BUSINESSINFO_GRP.Get_InvOrg_Info(

2436:
2437: /* If INVENTORY ORG ID is passed by the interface */
2438:
2439: IF P_INTERFACE_ATTRIBUTE = 'INVENTORY_ORG_ID' THEN
2440: XLE_BUSINESSINFO_GRP.Get_InvOrg_Info(
2441: x_return_status => l_return_status,
2442: x_msg_data => l_msg_data,
2443: P_InvOrg_ID => TO_NUMBER(P_INTERFACE_VALUE),
2444: P_Le_ID => NULL,