DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PUB dependencies on CS_COST_DETAILS

Line 102: l_cost_rec cs_cost_details_pub.cost_rec_type;--Costing

98: l_login_id NUMBER := p_login_id;
99: l_return_status VARCHAR2(1) ;
100: l_Charges_Rec Charges_Rec_Type ;
101:
102: l_cost_rec cs_cost_details_pub.cost_rec_type;--Costing
103:
104:
105: BEGIN
106:

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 503: l_cost_rec cs_cost_details_pub.cost_rec_type;--bkc

499: l_resp_id NUMBER := p_resp_id ;
500: l_user_id NUMBER := p_user_id ;
501: l_login_id NUMBER := p_login_id ;
502: l_charges_rec Charges_Rec_Type;
503: l_cost_rec cs_cost_details_pub.cost_rec_type;--bkc
504: -- l_cost_id NUMBER;
505: l_return_status VARCHAR2(1) ;
506:
507: BEGIN

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 1039: from cs_cost_details csd

1035:
1036: begin
1037: select cost_id
1038: into l_cost_id
1039: from cs_cost_details csd
1040: where csd.estimate_Detail_id = p_estimate_detail_id;
1041: exception
1042: when no_data_found then
1043: l_cost_id:=null;

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,