DBA Data[Home] [Help]

APPS.INV_WWACST dependencies on STANDARD

Line 82: /* If Standard Costing, check if CostGroupAccounting enabled */

78: x_err_mesg := substr(translated_mesg,1,240) ;
79: return ;
80: end if;
81: elsif (p_FM_ORG_COST_MTD = 1 ) then
82: /* If Standard Costing, check if CostGroupAccounting enabled */
83: CST_UTILITY_PUB.get_Std_CG_Acct_Flag(
84: P_API_VERSION => 1.0,
85: P_VALIDATION_LEVEL => fnd_api.G_VALID_LEVEL_NONE,
86: P_ORGANIZATION_ID => p_FM_ORG_ID,

Line 108: /* If Standard Costing, check if CostGroupAccounting enabled */

104:
105: if ( NVL(p_TO_ORG_COST_MTD,1) IN (2,5,6) ) then
106: avg_cost_cond2 := 'Y' ;
107: elsif (p_TO_ORG_COST_MTD = 1 ) then
108: /* If Standard Costing, check if CostGroupAccounting enabled */
109: CST_UTILITY_PUB.get_Std_CG_Acct_Flag(
110: P_API_VERSION => 1.0,
111: P_VALIDATION_LEVEL => fnd_api.G_VALID_LEVEL_NONE,
112: P_ORGANIZATION_ID => p_TO_ORG_ID,