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 728: in WIP Parameters. */

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

Line 794: FROM wip_parameters

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