DBA Data[Home] [Help]

APPS.CST_JOBCLOSEVAR_GRP dependencies on CST_EAMCOST_PUB

Line 139: | CST_eamCost_PUB.Redistribute_WIP_Accounts redistributes accounts |

135: END IF;
136:
137: /*------------------------------------------------------------------------+
138: | Check if any of the jobs have an asset route associated with it. |
139: | CST_eamCost_PUB.Redistribute_WIP_Accounts redistributes accounts |
140: | values from the Accounting class of the route job to the accounting |
141: | class of the memeber assets. |
142: +------------------------------------------------------------------------*/
143: l_stmt_num := 20;

Line 145: CST_eamCost_PUB.Redistribute_WIP_Accounts (

141: | class of the memeber assets. |
142: +------------------------------------------------------------------------*/
143: l_stmt_num := 20;
144:
145: CST_eamCost_PUB.Redistribute_WIP_Accounts (
146: p_api_version => 1.0,
147: p_wcti_group_id => p_wcti_group_id,
148: p_user_id => p_user_id,
149: p_request_id => p_req_id,

Line 158: l_msg_data := 'Error in CST_eamCost_PUB.Redistribute_WIP_Accounts()';

154: x_msg_count => x_msg_count,
155: x_msg_data => x_msg_data);
156:
157: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
158: l_msg_data := 'Error in CST_eamCost_PUB.Redistribute_WIP_Accounts()';
159: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
160: END IF;
161:
162: /*------------------------------------------------------------------------+