DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on CSD_REPAIR_ESTIMATE_PVT

Line 10304: /* CSD_REPAIR_ESTIMATE_PVT.Import_Estimates_From_Wip */

10300: /* description : Creates estimate header and lines using data from */
10301: /* WIP jobs Materials and Labor can be either */
10302: /* requirements or transacted materials and labor, */
10303: /* depending on profile settings. This procedure calls */
10304: /* CSD_REPAIR_ESTIMATE_PVT.Import_Estimates_From_Wip */
10305: /* for the majority of the processing. */
10306: /* */
10307: /* Called from : Repair Technician portal */
10308: /* */

Line 10405: CSD_REPAIR_ESTIMATE_PVT.Import_Estimates_From_Wip(

10401: lc_mod_name,
10402: 'Just before calling IMPORT_ESTIMATES_FROM_WIP');
10403: END IF;
10404:
10405: CSD_REPAIR_ESTIMATE_PVT.Import_Estimates_From_Wip(
10406: p_api_version => 1.0,
10407: p_commit => FND_API.G_FALSE,
10408: p_init_msg_list =>FND_API.G_FALSE,
10409: p_validation_level => FND_API.G_VALID_LEVEL_FULL,