DBA Data[Home] [Help]

APPS.CSTPSISC dependencies on MTL_CST_ACTUAL_COST_DETAILS

Line 143: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (

139: -- asset item in asset sub is an exception case, use standard cost
140:
141: l_stmt_num := 40;
142:
143: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (
144: transaction_id,
145: organization_id,
146: layer_id,
147: cost_element_id,

Line 283: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (

279: -- as a this level material cost
280:
281: l_stmt_num := 50;
282:
283: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (
284: transaction_id,
285: organization_id,
286: layer_id,
287: cost_element_id,

Line 340: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (

336:
337: if (i_txn_action_id = 30) then
338: -- WIP scrap for asset item
339:
340: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (
341: transaction_id,
342: organization_id,
343: layer_id,
344: cost_element_id,

Line 435: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (

431:
432: if (l_zero_cost_flag <> 1) then
433:
434: l_stmt_num := 75;
435: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (
436: transaction_id,
437: organization_id,
438: layer_id,
439: cost_element_id,

Line 502: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (

498: else
499:
500: l_stmt_num := 77;
501: /* l_zero_cost_flag = 1*/
502: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (
503: transaction_id,
504: organization_id,
505: layer_id,
506: cost_element_id,

Line 565: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (

561: ELSE
562: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Inserting into MCACD for receiving org... ');
563: l_stmt_num := 76;
564:
565: INSERT INTO MTL_CST_ACTUAL_COST_DETAILS (
566: transaction_id,
567: organization_id,
568: layer_id,
569: cost_element_id,