DBA Data[Home] [Help]

APPS.CSD_REPAIR_ESTIMATE_PVT dependencies on CSD_HV_WIP_JOB_PVT

Line 7493: /* Called from : CSD_HV_WIP_JOB_PVT.generate_estimate_from_wip */

7489: /* repair estimate lines. We consider material and */
7490: /* resource transactions to create charge/repair estimate */
7491: /* lines. */
7492: /* */
7493: /* Called from : CSD_HV_WIP_JOB_PVT.generate_estimate_from_wip */
7494: /* */
7495: /* x_warning_flag : This flag communicates to the calling procedure */
7496: /* whether there are any messages logged that can be */
7497: /* displayed to the user. If the value is G_TRUE */

Line 7774: - csd_hv_wip_job_pvt.get_pending_quantity ( wor.wip_entity_id,

7770: nvl( WTD.TRANSACTION_QUANTITY,
7771: decode ( sign (
7772: ( WOR.USAGE_RATE_OR_AMOUNT * DECODE(WOR.BASIS_TYPE,1, WO.SCHEDULED_QUANTITY,1) )
7773: - WOR.APPLIED_RESOURCE_UNITS -
7774: - csd_hv_wip_job_pvt.get_pending_quantity ( wor.wip_entity_id,
7775: wor.operation_seq_num, wor.resource_seq_num, WOR.UOM_CODE )
7776: ) , 1 ,
7777: round (
7778: (( WOR.USAGE_RATE_OR_AMOUNT * DECODE(WOR.BASIS_TYPE,1, WO.SCHEDULED_QUANTITY,1) )

Line 7780: - csd_hv_wip_job_pvt.get_pending_quantity ( wor.wip_entity_id,

7776: ) , 1 ,
7777: round (
7778: (( WOR.USAGE_RATE_OR_AMOUNT * DECODE(WOR.BASIS_TYPE,1, WO.SCHEDULED_QUANTITY,1) )
7779: - WOR.APPLIED_RESOURCE_UNITS
7780: - csd_hv_wip_job_pvt.get_pending_quantity ( wor.wip_entity_id,
7781: wor.operation_seq_num, wor.resource_seq_num, WOR.UOM_CODE )
7782: ), 6 ),
7783: 0 )
7784: ) QUANTITY,