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 2333: /* check whether rolledup cost exists in frozen cost in standard costing org */

2329: v_rolledup_cost_count := null ;
2330: v_rolledup_cost_count := null ;
2331:
2332:
2333: /* check whether rolledup cost exists in frozen cost in standard costing org */
2334: if( v_primary_cost_method = 1) then
2335: begin
2336: select count(*) , sum(item_cost) into v_rolledup_cost_count, v_rolledup_cost
2337: from cst_item_cost_details

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

2515:
2516:
2517:
2518:
2519: /* Standard or Average, Lifo, Fifo processing logic */
2520: if( v_primary_cost_method = 1 ) then
2521:
2522:
2523:

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

2614:
2615: else /* No transactions have taken place */
2616:
2617:
2618: /* Cost Rollup Override logic in Standard costing org. */
2619:
2620: if( v_organization_type = '2' ) then /* make */
2621:
2622: IF PG_DEBUG <> 0 THEN

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

2697: END IF;
2698:
2699:
2700:
2701: end if; /* rolledup cost exists in Standard costing Org for make context */
2702:
2703:
2704:
2705: elsif( v_organization_type in ( '3', '5')) then /* buy, dropship */

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

2882:
2883:
2884:
2885: end if ;
2886: /* Cost Rollup Override logic for Standard or Average, Lifo, Fifo processing logic */
2887:
2888:
2889:
2890: