DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_CHARGES dependencies on CS_CHARGE_DETAILS_PUB

Line 194: l_Charges_Rec CS_Charge_Details_PUB.Charges_Rec_Type;

190: FROM cs_estimate_details
191: WHERE source_id = p_source_id
192: AND source_code = p_source_code;
193:
194: l_Charges_Rec CS_Charge_Details_PUB.Charges_Rec_Type;
195: l_object_version_number NUMBER;
196: l_estimate_detail_id NUMBER;
197:
198: BEGIN

Line 210: Cs_Charge_Details_Pub.Update_Charge_Details (

206: l_charges_rec.unit_of_measure_code := unit_of_measure_code;
207: l_charges_rec.quantity_required := quantity_required;
208: l_charges_rec.txn_billing_type_id := txn_billing_type;
209:
210: Cs_Charge_Details_Pub.Update_Charge_Details (
211: p_API_VERSION => 1.0,
212: p_INIT_MSG_LIST => FND_API.G_TRUE,
213: p_COMMIT => FND_API.G_FALSE,
214: p_VALIDATION_LEVEL => FND_API.G_VALID_LEVEL_FULL,

Line 245: Cs_Charge_Details_pub.Delete_Charge_Details (

241: Open c_estimate_detail(source_id,source_code);
242: Fetch c_estimate_detail INTO l_estimate_detail_id;
243: Close c_estimate_detail;
244:
245: Cs_Charge_Details_pub.Delete_Charge_Details (
246: p_API_VERSION => 1.0,
247: p_INIT_MSG_LIST => FND_API.G_TRUE,
248: p_COMMIT => FND_API.G_FALSE,
249: p_VALIDATION_LEVEL => FND_API.G_VALID_LEVEL_FULL,