DBA Data[Home] [Help]

APPS.CSTPSMCW dependencies on STANDARD

Line 123: /* Check if a Standard Cost Update is Running */

119: IF (l_req_id <> -1) THEN
120: RAISE CST_CSTPSMCW_RUNNING;
121: END IF;
122:
123: /* Check if a Standard Cost Update is Running */
124: l_stmt_num := 20;
125: SELECT concurrent_program_id
126: INTO l_cmcicu_prog_id
127: FROM fnd_concurrent_programs fcp

Line 358: -- This procedure is called by the Standard Cost Worker to Cost

354: -- PROCEDURE --
355: -- COST_LOT_TXN --
356: -- --
357: -- DESCRIPTION --
358: -- This procedure is called by the Standard Cost Worker to Cost
359: -- Lot Transactions (Split, Merge, Bonus and Update Quantity) --
360: -- --
361: -- PURPOSE: --
362: -- OSFM Lot Transactions Costing for Oracle Applications Rel 11i.8