DBA Data[Home] [Help]

APPS.CST_MGD_INFL_ADJUSTMENT_PUB dependencies on CST_MGD_INFL_ADJUSTMENT_PVT

Line 122: CST_MGD_INFL_ADJUSTMENT_PVT.Validate_Hist_Attributes

118: WHERE ORGANIZATION_ID = l_historical_infl_adj_rec.organization_id
119: AND ACCT_PERIOD_ID = l_historical_infl_adj_rec.acct_period_id;
120:
121: -- Attribute level validation
122: CST_MGD_INFL_ADJUSTMENT_PVT.Validate_Hist_Attributes
123: ( p_historical_infl_adj_rec => l_historical_infl_adj_rec
124: , x_return_status => l_return_status
125: );
126:

Line 136: CST_MGD_INFL_ADJUSTMENT_PVT.Hist_Default

132: RAISE FND_API.G_EXC_ERROR;
133: END IF;
134:
135: -- Default missing attributes
136: CST_MGD_INFL_ADJUSTMENT_PVT.Hist_Default
137: ( p_historical_infl_adj_rec => l_historical_infl_adj_rec
138: , x_historical_infl_adj_rec => l_historical_infl_adj_rec
139: );
140:

Line 141: CST_MGD_INFL_ADJUSTMENT_PVT.Insert_Inflation_Adj

137: ( p_historical_infl_adj_rec => l_historical_infl_adj_rec
138: , x_historical_infl_adj_rec => l_historical_infl_adj_rec
139: );
140:
141: CST_MGD_INFL_ADJUSTMENT_PVT.Insert_Inflation_Adj
142: ( p_inflation_adjustment_rec => l_historical_infl_adj_rec
143: );
144:
145: -- Make period final