DBA Data[Home] [Help]

APPS.INV_LABEL_PVT5 dependencies on WMS_LABEL_CUSTOM_PKG

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

2203: trace('Done populating l_cust_entity_table with count::'||l_cust_entity_table.count);
2204: trace('l_cust_entity_table_copy count::'||l_cust_entity_table_copy.count);
2205: BEGIN
2206: --Call custom API
2207: trace('Before Calling WMS_LABEL_CUSTOM_PKG.custom_restrict_labels, count of l_cust_entity_table -'||l_cust_entity_table.count);
2208: trace('Calling custom API with input parameters:');
2209: trace('l_cust_org_id:'||l_cust_org_id);
2210: trace('l_cust_transaction_id:'||l_cust_transaction_id);
2211: trace('l_cust_transaction_identifier:'||l_cust_transaction_identifier);

Line 2226: WMS_LABEL_CUSTOM_PKG.custom_restrict_labels

2222: trace('l_cust_entity_type:'||l_cust_entity_type);
2223:
2224:
2225:
2226: WMS_LABEL_CUSTOM_PKG.custom_restrict_labels
2227: (
2228: p_org_id => l_cust_org_id ,
2229: p_transaction_id => l_cust_transaction_id ,
2230: p_transaction_identifier => l_cust_transaction_identifier ,

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

2244:
2245: trace('After Calling WMS_LABEL_CUSTOM_PUB.custom_api, count of l_cust_entity_table is -'||l_cust_entity_table.count);
2246: EXCEPTION
2247: WHEN OTHERS THEN
2248: trace('Exception raised in custom code in WMS_LABEL_CUSTOM_PKG.custom_restrict_labels');
2249: trace('SQLCODE::'||SQLCODE);
2250: trace('SQLERRM::'||SQLERRM);
2251: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2252: END;