DBA Data[Home] [Help]

APPS.CS_SR_DELETE_UTIL dependencies on CS_CHARGE_DETAILS_PVT

Line 358: || 'cs_charge_details_pvt.purge_chg_validations'

354: (
355: fnd_log.level_statement
356: , L_LOG_MODULE || 'charges_valid_start'
357: , 'calling the Charges validation API '
358: || 'cs_charge_details_pvt.purge_chg_validations'
359: );
360: END IF ;
361:
362: -- The following procedure call checks if the charge lines linked to

Line 366: CS_CHARGE_DETAILS_PVT.Purge_Chg_Validations

362: -- The following procedure call checks if the charge lines linked to
363: -- an SR are deletable. The result of this validation is reflected in the
364: -- purge_status column of the global temp table.
365:
366: CS_CHARGE_DETAILS_PVT.Purge_Chg_Validations
367: (
368: p_api_version_number => '1.0'
369: , p_init_msg_list => FND_API.G_FALSE
370: , p_commit => FND_API.G_FALSE

Line 855: || 'cs_charge_details_pvt.purge_charges'

851: (
852: fnd_log.level_statement
853: , L_LOG_MODULE || 'charges_purge_start'
854: , 'calling the Charges purge API '
855: || 'cs_charge_details_pvt.purge_charges'
856: );
857: END IF ;
858:
859: -- This procedure deletes all the charge lines that are related to

Line 862: CS_CHARGE_DETAILS_PVT.Purge_Charges

858:
859: -- This procedure deletes all the charge lines that are related to
860: -- SRs that are available in the global temp table with purge status NULL.
861:
862: CS_CHARGE_DETAILS_PVT.Purge_Charges
863: (
864: p_api_version_number => '1.0'
865: , p_init_msg_list => FND_API.G_FALSE
866: , p_commit => FND_API.G_FALSE