DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on STANDARD

Line 930: /* Calculate the required standard samples */

926:
927: /* Check to see if auto sample creation is enabled and auto docu numbering for the Org*/
928: IF ((l_auto_sample = 'Y') and (l_doc_number = 2))THEN
929:
930: /* Calculate the required standard samples */
931: IF (l_frequency_type = 'Q') THEN -- Bug 3617267
932: -- Bug 4165704: Inventory Convergence
933: -- new conversion routine used.
934: -- GMICUOM.icuomcv( pitem_id => l_inventory_item_id,

Line 1359: /* Calculate the required standard samples */

1355: IF (l_debug = 'Y') THEN
1356: gmd_debug.put_line('going to Auto sample pkg');
1357: END IF;
1358:
1359: /* Calculate the required standard samples */
1360: -- BUG 4165704: event name changed
1361: -- IF l_event_name = 'oracle.apps.gmi.inventory.created' THEN
1362: IF ((l_event_name = 'oracle.apps.gmd.inventory.created')
1363: OR (l_event_name = 'oracle.apps.gmi.inventory.created')) THEN