DBA Data[Home] [Help]

APPS.CSTPLCAS dependencies on WIP_PARAMETERS

Line 42: in WIP Parameters.*/

38: added decode to qpa to get proportioned qpa for
39: Lot Based Materials.
40: Divide the value of quantity per assembly by component
41: yield factor if Include Component Yield Flag is checked
42: in WIP Parameters.*/
43:
44: cursor wro_cursor( i_wip_entity_id NUMBER, i_op_seq_num NUMBER ) is
45: select operation_seq_num,
46: inventory_item_id,

Line 99: FROM wip_parameters

95: ------------------------------------------------*/
96: l_stmt_num := 25;
97: SELECT nvl(include_component_yield, 1)
98: INTO l_include_comp_yield
99: FROM wip_parameters
100: WHERE organization_id = i_org_id;
101:
102: /*--------------------------------------------
103: Consume material component quantities

Line 726: in WIP Parameters. */

722: Added decode to WRO.qpa to get proportioned qpa in
723: case of Lot Based Materials
724: Divide the value of quantity per assembly by component
725: yield factor if Include Component Yield Flag is checked
726: in WIP Parameters. */
727:
728: cursor wro_cursor is
729: select WRO.operation_seq_num,
730: WRO.inventory_item_id,

Line 791: FROM wip_parameters

787: ------------------------------------------------*/
788: l_stmt_num := 25;
789: SELECT nvl(include_component_yield, 1)
790: INTO l_include_comp_yield
791: FROM wip_parameters
792: WHERE organization_id = i_org_id;
793:
794: /*-------------------------------------------
795: Replenish component material quantities