DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUAL_PROCESS_PVT dependencies on CS_ESTIMATE_DETAILS

Line 544: FROM CS_ESTIMATE_DETAILS CEST,

540: with CSF_DEBRIEF_HEADERS, JTF_TASKS_B, and JTF_TASK_ASSIGNMENTS */
541: CURSOR c_valid_task_charge_lines IS
542: SELECT CEST.estimate_detail_id,
543: JTB.task_id actual_source_id -- swai: bug 6042488
544: FROM CS_ESTIMATE_DETAILS CEST,
545: CSF_DEBRIEF_LINES CDBL,
546: CSF_DEBRIEF_HEADERS CDBH, -- swai: bug 6042488
547: JTF_TASKS_B JTB, -- swai: bug 6042488
548: JTF_TASK_ASSIGNMENTS JTA -- swai: bug 6042488

Line 577: FROM CS_ESTIMATE_DETAILS CEST,

573: -- lines created via task debrief that have currency different
574: -- from the RO currency.
575: CURSOR c_multi_currency_check IS
576: SELECT count(distinct CEST.currency_code)
577: FROM CS_ESTIMATE_DETAILS CEST,
578: CSD_REPAIRS RO
579: WHERE RO.repair_line_id = p_repair_line_id
580: AND CEST.original_source_code = 'DR'
581: AND CEST.original_source_id = RO.repair_line_id

Line 739: -- For all the charge lines in cs_estimate_details table

735: x_ship_to_party_id => l_ship_to_party_id,
736: x_ship_to_party_site_id => l_ship_to_party_site_id);
737:
738:
739: -- For all the charge lines in cs_estimate_details table
740: -- for the given Repair Order
741: -- LOOP
742: if (lc_stat_level >= lc_debug_level) then
743: FND_LOG.STRING(lc_stat_level, lc_mod_name,