DBA Data[Home] [Help]

APPS.EAM_AUTOMATICEST dependencies on CST_EAMCOST_PUB

Line 10: CST_eamCost_PUB.validate_for_reestimation. If it does it update

6: PROCEDURE Call_Validate_for_Reestimation
7: DESCRIPTION
8: This procedure expects wip_entity_id as input parameter and finds out NOCOPY
9: whether that job qualifies for reestimation or not by calling procedure
10: CST_eamCost_PUB.validate_for_reestimation. If it does it update
11: the estimation_status to reestimate in wip_discrete_jobs.
12: *----------------------------------------------------------------------------*/
13:
14:

Line 40: CST_eamCost_PUB.validate_for_reestimation(

36: WHERE wip_entity_id = p_wip_entity_id;
37:
38: l_stmt_num := 20;
39:
40: CST_eamCost_PUB.validate_for_reestimation(
41: p_api_version => 1.0,
42: p_init_msg_list => NULL,
43: p_commit => NULL,
44: p_validation_level => NULL,