DBA Data[Home] [Help]

APPS.XLE_UTILITIES_GRP dependencies on XLE_BUSINESSINFO_GRP

Line 2301: l_ou_le_info XLE_BUSINESSINFO_GRP.OU_LE_Tbl_Type;

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

Line 2302: l_Ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;

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

Line 2303: l_Inv_Le_info XLE_BUSINESSINFO_GRP.Inv_Org_Rec_Type;

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

Line 2414: XLE_BUSINESSINFO_GRP.Get_OperatingUnit_Info(

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

Line 2429: XLE_BUSINESSINFO_GRP.Get_Ledger_Info(

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

Line 2442: XLE_BUSINESSINFO_GRP.Get_InvOrg_Info(

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