DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on STANDARD

Line 52: * Check whether item has been transacted in standard costing org.

48: * Changed logic for overriding cost rollup.
49:
50: * Modified on 28-FEB-2003 Sushant Sawant
51: * Fixed Bug 2828634
52: * Check whether item has been transacted in standard costing org.
53: *
54: *
55: * Modified on 02-JUL-2003 By Kundan Sarkar ( Bug 2986192) Customer bug 2929861
56: * Add warning for dropped items during match.

Line 2393: /* check whether rolledup cost exists in frozen cost in standard costing org */

2389: v_rolledup_cost_count := null ;
2390: v_rolledup_cost_count := null ;
2391:
2392:
2393: /* check whether rolledup cost exists in frozen cost in standard costing org */
2394: if( v_primary_cost_method = 1) then
2395: begin
2396: select count(*) , sum(item_cost) into v_rolledup_cost_count, v_rolledup_cost
2397: from cst_item_cost_details

Line 2579: /* Standard or Average, Lifo, Fifo processing logic */

2575:
2576:
2577:
2578:
2579: /* Standard or Average, Lifo, Fifo processing logic */
2580: if( v_primary_cost_method = 1 ) then
2581:
2582:
2583:

Line 2678: /* Cost Rollup Override logic in Standard costing org. */

2674:
2675: else /* No transactions have taken place */
2676:
2677:
2678: /* Cost Rollup Override logic in Standard costing org. */
2679:
2680: if( v_organization_type = '2' ) then /* make */
2681:
2682: IF PG_DEBUG <> 0 THEN

Line 2761: end if; /* rolledup cost exists in Standard costing Org for make context */

2757: END IF;
2758:
2759:
2760:
2761: end if; /* rolledup cost exists in Standard costing Org for make context */
2762:
2763:
2764:
2765: elsif( v_organization_type in ( '3', '5')) then /* buy, dropship */

Line 2946: /* Cost Rollup Override logic for Standard or Average, Lifo, Fifo processing logic */

2942:
2943:
2944:
2945: end if ;
2946: /* Cost Rollup Override logic for Standard or Average, Lifo, Fifo processing logic */
2947:
2948:
2949:
2950: