DBA Data[Home] [Help]

APPS.CSTPSMCW dependencies on CSTPOYLD

Line 615: Call CSTPOYLD.process_sm_op_yld to populate WOY for the jobs.

611: RAISE UPDATE_JOB_QUANTITY_FAILURE;
612: END IF;
613:
614: /* Update Successful, Do Operation Yield Costing.
615: Call CSTPOYLD.process_sm_op_yld to populate WOY for the jobs.
616: The Operation Yield Processor then picks it up separately for
617: calculating the yielded costs.
618: For Bonus and Update Qty Txns call CSTPOYLD.process_op_yield
619: online to calculate the yielded costs since the accounting for

Line 618: For Bonus and Update Qty Txns call CSTPOYLD.process_op_yield

614: /* Update Successful, Do Operation Yield Costing.
615: Call CSTPOYLD.process_sm_op_yld to populate WOY for the jobs.
616: The Operation Yield Processor then picks it up separately for
617: calculating the yielded costs.
618: For Bonus and Update Qty Txns call CSTPOYLD.process_op_yield
619: online to calculate the yielded costs since the accounting for
620: these transactions is different.
621: (They use the Bonus account specified on the transaction)
622: */

Line 627: l_op_yield_ret_code := CSTPOYLD.process_sm_op_yld

623:
624:
625: l_stmt_num := 70;
626:
627: l_op_yield_ret_code := CSTPOYLD.process_sm_op_yld
628: ( l_wsmt_transaction_id,
629: l_user_id,
630: l_login_id,
631: l_prog_application_id,

Line 686: CSTPOYLD.process_op_yield

682:
683: l_stmt_num := 90;
684:
685: l_err_msg := NULL;
686: CSTPOYLD.process_op_yield
687: ( l_err_msg,
688: x_err_code,
689: 2, -- Range: WIP
690: l_resulting_wip_id,