DBA Data[Home] [Help]

APPS.OKS_TAX_UTIL_PVT dependencies on XLE_BUSINESSINFO_GRP

Line 1263: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;

1259:
1260: l_return_status VARCHAR2(1);
1261: l_msg_data VARCHAR2(2000);
1262:
1263: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;
1264:
1265: BEGIN
1266:
1267: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

Line 1307: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.calling_ XLE_BUSINESSINFO_GRP.get_ordertocash_info','p_customer_type: BILL_TO'||' ,p_customer_id: '|| l_bill_to_cust_acct_id||

1303: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.after_cur_batch_source_id', 'l_batch_source_id='||l_batch_source_id);
1304: END IF;
1305:
1306: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
1307: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.calling_ XLE_BUSINESSINFO_GRP.get_ordertocash_info','p_customer_type: BILL_TO'||' ,p_customer_id: '|| l_bill_to_cust_acct_id||
1308: ' ,P_transaction_type_id: '|| l_cust_trx_type_id||' ,p_batch_source_id: '|| l_batch_source_id||' ,p_operating_unit_id: '|| l_org_id);
1309: END IF;
1310:
1311:

Line 1312: XLE_BUSINESSINFO_GRP.get_ordertocash_info(

1308: ' ,P_transaction_type_id: '|| l_cust_trx_type_id||' ,p_batch_source_id: '|| l_batch_source_id||' ,p_operating_unit_id: '|| l_org_id);
1309: END IF;
1310:
1311:
1312: XLE_BUSINESSINFO_GRP.get_ordertocash_info(
1313: x_return_status => l_return_status,
1314: x_msg_data => l_msg_data,
1315: p_customer_type => 'BILL_TO',
1316: p_customer_id => l_bill_to_cust_acct_id,

Line 1325: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.after_XLE_BUSINESSINFO_GRP.get_ordertocash_info','x_return_status='||l_return_status||' ,x_otoc_le_info.LEGAL_ENTITY_ID='||l_otoc_le_info.LEGAL_ENTITY_ID);

1321:
1322: l_legal_entity_id := l_otoc_le_info.LEGAL_ENTITY_ID;
1323:
1324: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
1325: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.after_XLE_BUSINESSINFO_GRP.get_ordertocash_info','x_return_status='||l_return_status||' ,x_otoc_le_info.LEGAL_ENTITY_ID='||l_otoc_le_info.LEGAL_ENTITY_ID);
1326: END IF;
1327:
1328: IF l_return_status = FND_API.g_ret_sts_unexp_error THEN
1329: RAISE FND_API.g_exc_unexpected_error;

Line 1424: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;

1420:
1421: l_return_status VARCHAR2(1);
1422: l_msg_data VARCHAR2(2000);
1423:
1424: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;
1425:
1426: BEGIN
1427:
1428: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

Line 1442: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.calling_ XLE_BUSINESSINFO_GRP.get_ordertocash_info','p_customer_type: BILL_TO'||' ,p_customer_id: '|| p_bill_to_cust_acct_id||

1438: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.after_cur_batch_source_id', 'l_batch_source_id='||l_batch_source_id);
1439: END IF;
1440:
1441: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
1442: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.calling_ XLE_BUSINESSINFO_GRP.get_ordertocash_info','p_customer_type: BILL_TO'||' ,p_customer_id: '|| p_bill_to_cust_acct_id||
1443: ' ,P_transaction_type_id: '|| p_cust_trx_type_id||' ,p_batch_source_id: '|| l_batch_source_id||' ,p_operating_unit_id: '|| p_org_id);
1444: END IF;
1445:
1446:

Line 1447: XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info(

1443: ' ,P_transaction_type_id: '|| p_cust_trx_type_id||' ,p_batch_source_id: '|| l_batch_source_id||' ,p_operating_unit_id: '|| p_org_id);
1444: END IF;
1445:
1446:
1447: XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info(
1448: x_return_status => l_return_status,
1449: x_msg_data => l_msg_data,
1450: p_customer_type => 'BILL_TO',
1451: p_customer_id => p_bill_to_cust_acct_id,

Line 1460: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.after_XLE_BUSINESSINFO_GRP.get_ordertocash_info','x_return_status='||l_return_status||' ,x_otoc_le_info.LEGAL_ENTITY_ID='||l_otoc_le_info.LEGAL_ENTITY_ID);

1456:
1457: l_legal_entity_id := l_otoc_le_info.LEGAL_ENTITY_ID;
1458:
1459: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
1460: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.after_XLE_BUSINESSINFO_GRP.get_ordertocash_info','x_return_status='||l_return_status||' ,x_otoc_le_info.LEGAL_ENTITY_ID='||l_otoc_le_info.LEGAL_ENTITY_ID);
1461: END IF;
1462:
1463: IF l_return_status = FND_API.g_ret_sts_unexp_error THEN
1464: RAISE FND_API.g_exc_unexpected_error;