DBA Data[Home] [Help]

APPS.CS_COST_DETAILS_PUB dependencies on CS_COST_DETAILS_PVT

Line 139: CS_COST_DETAILS_PVT.CREATE_COST_DETAILS

135: );
136: END IF;
137:
138: --call to the costing private api
139: CS_COST_DETAILS_PVT.CREATE_COST_DETAILS
140: (
141: p_api_version =>1.0,
142: p_init_msg_list => p_init_msg_list ,
143: p_commit => p_commit ,

Line 364: CS_COST_DETAILS_PVT.UPDATE_COST_DETAILS

360: );
361: END IF;
362:
363: --call to the costing private api
364: CS_COST_DETAILS_PVT.UPDATE_COST_DETAILS
365: (
366: p_api_version =>1.0,
367: p_init_msg_list => p_init_msg_list,
368: p_commit => p_commit ,

Line 556: CS_COST_DETAILS_PVT.DELETE_COST_DETAILS

552: END IF;
553:
554:
555: --call to the costing private api
556: CS_COST_DETAILS_PVT.DELETE_COST_DETAILS
557: (
558: p_api_version =>1.0,
559: p_init_msg_list => p_init_msg_list,
560: p_commit => p_commit,