DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on CTO_MSUTIL_PUB

Line 663: cto_msutil_pub.set_bom_batch_id(x_return_status => l_xReturnStatus);

659: IF PG_DEBUG <> 0 THEN
660: oe_debug_pub.add('create_config_item_wf: About to generate bom batch ID', 5);
661: end if;
662:
663: cto_msutil_pub.set_bom_batch_id(x_return_status => l_xReturnStatus);
664: if l_xReturnStatus <> fnd_api.G_RET_STS_SUCCESS then
665: IF PG_DEBUG <> 0 THEN
666: oe_debug_pub.add('create_config_item_wf: ' || 'Failed in set_bom_batch_id with unexp error.', 1);
667: END IF;

Line 1378: CTO_MSUTIL_PUB.syncup_item_media_index;

1374: -- This is a wrapper API to call PLM team's to sync up item media index
1375: -- With out this sync up the item cannot be searched in Simple item search page
1376: -- This is fixed for bug 4656048
1377:
1378: CTO_MSUTIL_PUB.syncup_item_media_index;
1379: -- Start Bugfix 8305535
1380: -- Calling RAISE EVENT to push items to Siebel
1381: l_stmt_num := 231;
1382: CTO_MSUTIL_PUB.Raise_event_for_seibel;

Line 1382: CTO_MSUTIL_PUB.Raise_event_for_seibel;

1378: CTO_MSUTIL_PUB.syncup_item_media_index;
1379: -- Start Bugfix 8305535
1380: -- Calling RAISE EVENT to push items to Siebel
1381: l_stmt_num := 231;
1382: CTO_MSUTIL_PUB.Raise_event_for_seibel;
1383: -- End Bugfix 8305535
1384:
1385:
1386: x_result := 'COMPLETE';