DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on WMS_LABEL_CUSTOM_PKG

Line 2351: trace('Before Calling WMS_LABEL_CUSTOM_PKG.custom_restrict_labels, count of l_cust_entity_table -'||l_cust_entity_table.count);

2347: trace('Done populating l_cust_entity_table with count::'||l_cust_entity_table.count);
2348: trace('l_cust_entity_table_copy count::'||l_cust_entity_table_copy.count);
2349: BEGIN
2350: --Call custom API
2351: trace('Before Calling WMS_LABEL_CUSTOM_PKG.custom_restrict_labels, count of l_cust_entity_table -'||l_cust_entity_table.count);
2352: trace('Calling custom API with input parameters:');
2353: trace('l_cust_org_id:'||l_cust_org_id);
2354: trace('l_cust_transaction_id:'||l_cust_transaction_id);
2355: trace('l_cust_transaction_identifier:'||l_cust_transaction_identifier);

Line 2370: WMS_LABEL_CUSTOM_PKG.custom_restrict_labels

2366: trace('l_cust_entity_type:'||l_cust_entity_type);
2367:
2368:
2369:
2370: WMS_LABEL_CUSTOM_PKG.custom_restrict_labels
2371: (
2372: p_org_id => l_cust_org_id ,
2373: p_transaction_id => l_cust_transaction_id ,
2374: p_transaction_identifier => l_cust_transaction_identifier ,

Line 2393: trace('Exception raised in custom code in WMS_LABEL_CUSTOM_PKG.custom_restrict_labels');

2389: trace('After Calling WMS_LABEL_CUSTOM_PUB.custom_api, count of l_cust_entity_table is -'||l_cust_entity_table.count);
2390:
2391: EXCEPTION
2392: WHEN OTHERS THEN
2393: trace('Exception raised in custom code in WMS_LABEL_CUSTOM_PKG.custom_restrict_labels');
2394: trace('SQLCODE::'||SQLCODE);
2395: trace('SQLERRM::'||SQLERRM);
2396: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2397: END;