DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PUB dependencies on CS_COST_DETAILS_PVT

Line 327: CS_COST_DETAILS_PVT.CREATE_COST_DETAILS

323:
324: --call the costing PVT api with NO Validation ,since the data has already been validated by the charge api
325:
326:
327: CS_COST_DETAILS_PVT.CREATE_COST_DETAILS
328: (
329: p_api_version => 1.0 ,
330: p_init_msg_list => p_init_msg_list,
331: p_commit => p_commit ,

Line 708: CS_COST_DETAILS_PVT.UPDATE_COST_DETAILS

704: l_cost_rec.transaction_date := sysdate;
705:
706: --call the costing PVT api with NO Validation ,since the data has already been validated by the charge api
707:
708: CS_COST_DETAILS_PVT.UPDATE_COST_DETAILS
709: (
710: p_api_version => 1.0 ,
711: p_init_msg_list => p_init_msg_list ,
712: p_commit => p_commit ,

Line 1061: CS_COST_DETAILS_PVT.DELETE_COST_DETAILS

1057: , 'Before callin Cost Delete Pvt API:l_cost_id : '||l_cost_id
1058: );
1059: END IF ;
1060: if l_cost_id is not null then
1061: CS_COST_DETAILS_PVT.DELETE_COST_DETAILS
1062: (
1063: p_api_version => 1.0 ,
1064: p_init_msg_list => p_init_msg_list,
1065: p_commit => p_commit,