DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on STANDARD

Line 345: -- standard_cost_org

341: O_Err_Msg OUT NOCOPY VARCHAR2
342: );
343:
344: -- FUNCTION
345: -- standard_cost_org
346: -- This function will return 1 if the organization uses stardard cost method.
347: FUNCTION standard_cost_org(
348: I_ORG_ID IN NUMBER
349: ) RETURN integer;

Line 347: FUNCTION standard_cost_org(

343:
344: -- FUNCTION
345: -- standard_cost_org
346: -- This function will return 1 if the organization uses stardard cost method.
347: FUNCTION standard_cost_org(
348: I_ORG_ID IN NUMBER
349: ) RETURN integer;
350:
351: -- PROCEDURE

Line 465: -- Standard Costing org: Standard cost of item --

461: -- DESCRIPTION --
462: -- This procedure determines the costs of logical transactions in --
463: -- physical organizations. --
464: -- The costs are determined as follows: --
465: -- Standard Costing org: Standard cost of item --
466: -- Average Costing org: actual cost of item --
467: -- FIFO/FIFO org: From MCLACD of parent transaction --
468: -- --
469: -- This procedure should be called only for logical transactions in the --

Line 480: -- facilitate logic for shared standard costing org --

476: -- --
477: -- HISTORY: --
478: -- 06/22/03 Anju G Created --
479: -- 07/07/07 vjavli FP 11i-12.0 Bug 6328273 fix: add p_cost_org_id to --
480: -- facilitate logic for shared standard costing org --
481: ----------------------------------------------------------------------------
482:
483:
484: PROCEDURE Compute_MCACD_Costs(