DBA Data[Home] [Help]

APPS.CSD_MIGRATE_FROM_115X_PKG2 dependencies on CS_ESTIMATE_DETAILS

Line 78: from cs_estimate_details

74: BEGIN
75:
76: select distinct currency_code
77: into l_currency_code
78: from cs_estimate_details
79: where source_id = repair_line_id_mig(j)
80: and source_code = 'DR';
81:
82: exception