DBA Data[Home] [Help]

APPS.XLE_BUSINESSINFO_GRP dependencies on XLE_BUSINESSINFO_GRP

Line 1: PACKAGE BODY XLE_BUSINESSINFO_GRP AS

1: PACKAGE BODY XLE_BUSINESSINFO_GRP AS
2: /* $Header: xlegbuib.pls 120.34 2006/04/17 06:53:10 akonatha ship $ */
3:
4:
5:

Line 629: x_ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;

625: l_str_ledger_id varchar2(150);
626: l_return_status varchar2(1);
627: l_msg_data varchar2(1000);
628:
629: x_ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;
630: x_ledger_list GL_MC_INFO.ledger_tbl_type := GL_MC_INFO.ledger_tbl_type();
631: x_le_list gl_mc_info.le_bsv_tbl_type := gl_mc_info.le_bsv_tbl_type();
632:
633: l_index number:= 1;

Line 1114: x_ccid_le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.ccid_le_Rec_Type

1110: x_return_status OUT NOCOPY VARCHAR2,
1111: x_msg_data OUT NOCOPY VARCHAR2,
1112: P_operating_unit_ID IN NUMBER,
1113: P_code_combination_id IN Number,
1114: x_ccid_le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.ccid_le_Rec_Type
1115: ) IS
1116: l_party_id number;
1117: l_le_flag boolean := false;
1118: l_le_return_flag boolean := false;

Line 1123: l_ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;

1119:
1120: l_index number := 1;
1121:
1122:
1123: l_ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;
1124: l_msg_data VARCHAR2(1000);
1125: l_msg_count number;
1126: l_return_status varchar2(10);
1127: l_segment VARCHAR2(500);

Line 1210: XLE_BUSINESSINFO_GRP.get_ledger_info(

1206:
1207:
1208:
1209: /* Invoke XLE API Get_ledger_Info to retrieve ledger info information */
1210: XLE_BUSINESSINFO_GRP.get_ledger_info(
1211: x_return_status => l_return_status,
1212: x_msg_data => l_msg_data,
1213: p_ledger_id => l_ledger_id,
1214: p_bsv=>l_sel_column,

Line 1309: x_ptop_le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.ptop_le_rec)

1305: P_registration_number IN VARCHAR2 DEFAULT NULL,
1306: P_location_id IN NUMBER DEFAULT NULL,
1307: P_code_combination_id IN NUMBER DEFAULT NULL,
1308: P_operating_unit_id IN NUMBER,
1309: x_ptop_le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.ptop_le_rec)
1310: IS
1311:
1312: l_ou_le_info XLE_BUSINESSINFO_GRP.OU_LE_Tbl_Type;
1313: l_api_version CONSTANT NUMBER := 1.0;

Line 1312: l_ou_le_info XLE_BUSINESSINFO_GRP.OU_LE_Tbl_Type;

1308: P_operating_unit_id IN NUMBER,
1309: x_ptop_le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.ptop_le_rec)
1310: IS
1311:
1312: l_ou_le_info XLE_BUSINESSINFO_GRP.OU_LE_Tbl_Type;
1313: l_api_version CONSTANT NUMBER := 1.0;
1314: l_return_status VARCHAR2(1);
1315: l_msg_data VARCHAR2(1000);
1316: l_msg_count NUMBER(5);

Line 1324: l_ccid_le_info XLE_BUSINESSINFO_GRP.ccid_le_Rec_Type;

1320: l_le_info XLE_UTILITIES_GRP.LegalEntity_Rec;
1321: TYPE l_le_tbl_type IS TABLE OF XLE_ENTITY_PROFILES.LEGAL_ENTITY_ID%TYPE INDEX BY BINARY_INTEGER;
1322: l_le_tbl l_le_tbl_type;
1323:
1324: l_ccid_le_info XLE_BUSINESSINFO_GRP.ccid_le_Rec_Type;
1325:
1326: BEGIN
1327:
1328: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1357: xle_businessinfo_grp.Get_OperatingUnit_Info(

1353:
1354: /* Derive LE from Le-Ledger-OU relationship if the Accounting Environment is Exclusive */
1355:
1356: if P_OPERATING_UNIT_ID is NOT NULL then
1357: xle_businessinfo_grp.Get_OperatingUnit_Info(
1358: x_return_status => l_return_status,
1359: x_msg_data => l_msg_data,
1360: p_operating_unit => p_operating_unit_id,
1361: p_legal_entity_id => NULL,

Line 1501: xle_businessinfo_grp.get_ccid_info(

1497: -- Use the LE CCId API to derive the LE
1498:
1499: if (p_code_combination_id is not null and p_operating_unit_id is not null) AND (NOT x_le_flag) then
1500:
1501: xle_businessinfo_grp.get_ccid_info(
1502: x_return_status => l_return_status,
1503: x_msg_data => l_msg_data,
1504: p_operating_unit_id => p_operating_unit_id,
1505: p_code_combination_id => p_code_combination_id,

Line 1616: x_otoc_Le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.otoc_le_rec)

1612: P_customer_id IN NUMBER DEFAULT NULL,
1613: P_transaction_type_id IN NUMBER DEFAULT NULL,
1614: P_batch_source_id IN NUMBER DEFAULT NULL,
1615: P_operating_unit_id IN NUMBER,
1616: x_otoc_Le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.otoc_le_rec)
1617: IS
1618: l_le_id NUMBER;
1619: l_return_status varchar2(1);
1620: l_msg_data varchar2(1000);

Line 1734: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;

1730: l_customer_id number;
1731: l_transaction_type_id number;
1732: l_batch_source_id number;
1733: l_operating_unit_id number;
1734: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;
1735:
1736: BEGIN
1737:
1738: l_customer_type := P_customer_type;

Line 1747: XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info (

1743:
1744: /* Call the main Get_OrdertoCash_Info method that returns the
1745: otoc_Le_info record*/
1746:
1747: XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info (
1748: x_return_status => l_return_status,
1749: x_msg_data => l_msg_data,
1750: P_customer_type => l_customer_type,
1751: P_customer_id => l_customer_id,

Line 1831: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;

1827: l_customer_id number;
1828: l_transaction_type_id number;
1829: l_batch_source_id number;
1830: l_operating_unit_id number;
1831: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;
1832:
1833: BEGIN
1834: l_customer_type := P_customer_type;
1835: l_customer_id := P_customer_id;

Line 1841: XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info (

1837: l_batch_source_id := P_batch_source_id;
1838: l_operating_unit_id := P_operating_unit_id;
1839:
1840: /* Call the main Get_OrdertoCash_Info method that returns the otoc_Le_info record*/
1841: XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info (
1842: x_return_status => l_return_status,
1843: x_msg_data => l_msg_data,
1844: P_customer_type => l_customer_type,
1845: P_customer_id => l_customer_id,

Line 1875: END XLE_BUSINESSINFO_GRP;

1871: x_return_status := FND_API.G_RET_STS_ERROR ;
1872:
1873: END Get_OrdertoCash_Info ;
1874:
1875: END XLE_BUSINESSINFO_GRP;