DBA Data[Home] [Help]

APPS.INVPCOII dependencies on CSTPIICC

Line 430: /* Moved call to CSTPIICC.CSTPIICI before Material Cost Processing for bug 3219632 */

426: into l_cost_type_id
427: from mtl_parameters
428: where organization_id = I_ORGANIZATION_ID;
429:
430: /* Moved call to CSTPIICC.CSTPIICI before Material Cost Processing for bug 3219632 */
431: /* Create default costing information */
432:
433: CSTPIICC.CSTPIICI( I_INVENTORY_ITEM_ID,
434: I_ORGANIZATION_ID,

Line 433: CSTPIICC.CSTPIICI( I_INVENTORY_ITEM_ID,

429:
430: /* Moved call to CSTPIICC.CSTPIICI before Material Cost Processing for bug 3219632 */
431: /* Create default costing information */
432:
433: CSTPIICC.CSTPIICI( I_INVENTORY_ITEM_ID,
434: I_ORGANIZATION_ID,
435: I_USER_ID,
436: l_return_status,
437: l_return_err );