DBA Data[Home] [Help]

APPS.INV_LABEL_PVT3 dependencies on WMS_LABEL_CUSTOM_PKG

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

1135: trace('l_cust_entity_table_copy count::'||l_cust_entity_table_copy.count);
1136:
1137: BEGIN
1138: --Call custom API
1139: trace('Before Calling WMS_LABEL_CUSTOM_PKG.custom_restrict_labels, count of l_cust_entity_table -'||l_cust_entity_table.count);
1140: trace('Calling custom API with input parameters:');
1141: trace('l_cust_org_id:'||l_cust_org_id);
1142: trace('l_cust_transaction_id:'||l_cust_transaction_id);
1143: trace('l_cust_transaction_identifier:'||l_cust_transaction_identifier);

Line 1158: WMS_LABEL_CUSTOM_PKG.custom_restrict_labels

1154: trace('l_cust_entity_type:'||l_cust_entity_type);
1155:
1156:
1157:
1158: WMS_LABEL_CUSTOM_PKG.custom_restrict_labels
1159: (
1160: p_org_id => l_cust_org_id ,
1161: p_transaction_id => l_cust_transaction_id ,
1162: p_transaction_identifier => l_cust_transaction_identifier ,

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

1177: trace('After Calling WMS_LABEL_CUSTOM_PUB.custom_api, count of l_cust_entity_table is -'||l_cust_entity_table.count);
1178:
1179: EXCEPTION
1180: WHEN OTHERS THEN
1181: trace('Exception raised in custom code in WMS_LABEL_CUSTOM_PKG.custom_restrict_labels');
1182: trace('SQLCODE::'||SQLCODE);
1183: trace('SQLERRM::'||SQLERRM);
1184: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1185: END;