DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_CHARGES dependencies on CS_CHARGE_DETAILS_PUB

Line 200: l_Charges_Rec CS_Charge_Details_PUB.Charges_Rec_Type;

196: FROM cs_estimate_details
197: WHERE source_id = p_source_id
198: AND source_code = p_source_code;
199:
200: l_Charges_Rec CS_Charge_Details_PUB.Charges_Rec_Type;
201: l_object_version_number NUMBER;
202: l_estimate_detail_id NUMBER;
203:
204: BEGIN

Line 216: Cs_Charge_Details_Pub.Update_Charge_Details (

212: l_charges_rec.unit_of_measure_code := unit_of_measure_code;
213: l_charges_rec.quantity_required := quantity_required;
214: l_charges_rec.txn_billing_type_id := txn_billing_type;
215:
216: Cs_Charge_Details_Pub.Update_Charge_Details (
217: p_API_VERSION => 1.0,
218: p_INIT_MSG_LIST => FND_API.G_TRUE,
219: p_COMMIT => FND_API.G_FALSE,
220: p_VALIDATION_LEVEL => FND_API.G_VALID_LEVEL_FULL,

Line 251: Cs_Charge_Details_pub.Delete_Charge_Details (

247: Open c_estimate_detail(source_id,source_code);
248: Fetch c_estimate_detail INTO l_estimate_detail_id;
249: Close c_estimate_detail;
250:
251: Cs_Charge_Details_pub.Delete_Charge_Details (
252: p_API_VERSION => 1.0,
253: p_INIT_MSG_LIST => FND_API.G_TRUE,
254: p_COMMIT => FND_API.G_FALSE,
255: p_VALIDATION_LEVEL => FND_API.G_VALID_LEVEL_FULL,