DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on CTO_CUSTOM_NOTIFY_PK

Line 1250: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => CTO_UTILITY_PK.OPT_DROP_AND_ITEM_CREATED

1246: IF PG_DEBUG <> 0 THEN
1247: oe_debug_pub.add('create_bom_ml: ' || 'Getting Custom Recipient..',3);
1248: END IF;
1249:
1250: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => CTO_UTILITY_PK.OPT_DROP_AND_ITEM_CREATED
1251: ,p_inventory_item_id => pModelId
1252: ,p_organization_id => lNextRec.organization_id
1253: ,p_line_id => pLineId );
1254:

Line 1260: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);

1256:
1257:
1258: if( v_recipient is not null ) then
1259: IF PG_DEBUG <> 0 THEN
1260: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);
1261: END IF;
1262:
1263: CTO_CONFIG_BOM_PK.G_T_DROPPED_ITEM_TYPE(v_table_count).NOTIFY_USER := v_recipient ; /* commented 'MFG' */
1264:

Line 1267: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK is null ..' , 3);

1263: CTO_CONFIG_BOM_PK.G_T_DROPPED_ITEM_TYPE(v_table_count).NOTIFY_USER := v_recipient ; /* commented 'MFG' */
1264:
1265: else
1266: IF PG_DEBUG <> 0 THEN
1267: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK is null ..' , 3);
1268: oe_debug_pub.add('create_bom_ml: ' || 'Getting the planner code ..',3);
1269: END IF;
1270:
1271: BEGIN

Line 1362: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => CTO_UTILITY_PK.OPT_DROP_AND_ITEM_NOT_CREATED

1358: IF PG_DEBUG <> 0 THEN
1359: oe_debug_pub.add('create_bom_ml: ' || 'Getting Custom Recipient..',3);
1360: END IF;
1361:
1362: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => CTO_UTILITY_PK.OPT_DROP_AND_ITEM_NOT_CREATED
1363: ,p_inventory_item_id => pModelId
1364: ,p_organization_id => lNextRec.organization_id
1365: ,p_line_id => pLineId );
1366:

Line 1372: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);

1368:
1369:
1370: if( v_recipient is not null ) then
1371: IF PG_DEBUG <> 0 THEN
1372: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);
1373: END IF;
1374:
1375: CTO_CONFIG_BOM_PK.G_T_DROPPED_ITEM_TYPE(v_table_count).NOTIFY_USER := v_recipient ; /* commented 'MFG' */
1376:

Line 1380: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK is null ..' , 3);

1376:
1377: else
1378:
1379: IF PG_DEBUG <> 0 THEN
1380: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK is null ..' , 3);
1381: oe_debug_pub.add('create_bom_ml: ' || 'Getting the planner code ..',3);
1382: END IF;
1383:
1384: BEGIN