DBA Data[Home] [Help]

APPS.GMD_RECIPE_FETCH_PUB dependencies on CR_RSRC_DTL

Line 50: capacity_uom cr_rsrc_dtl.capacity_um%type ,

46: oprn_desc gmd_operations_vl.oprn_desc%type ,
47: oprn_vers gmd_operations_vl.oprn_vers%type ,
48: process_qty_uom gmd_operations_vl.process_qty_uom%type ,
49: max_capacity cr_rsrc_mst.max_capacity%type ,
50: capacity_uom cr_rsrc_dtl.capacity_um%type ,
51: /* Bug 1683702 Thomas Daniel */
52: /* Added the charges column to the table to be able to pass back */
53: /* the charges also in the recipe step detail fetch */
54: charge integer ,

Line 116: capacity_uom cr_rsrc_dtl.capacity_um%type ,

112: oprn_vers gmd_operations_vl.oprn_vers%type ,
113: process_qty_uom gmd_operations_vl.process_qty_uom%type ,
114: minimum_transfer_qty fm_rout_dtl.minimum_transfer_qty%type ,
115: max_capacity cr_rsrc_mst.max_capacity%type ,
116: capacity_uom cr_rsrc_dtl.capacity_um%type ,
117: text_code fm_rout_dtl.text_code%type ,
118: creation_date fm_rout_dtl.creation_date%type ,
119: created_by fm_rout_dtl.created_by%type ,
120: last_updated_by fm_rout_dtl.last_updated_by%type ,

Line 252: capacity_tolerance cr_rsrc_dtl.capacity_tolerance%type ,

248: offset_interval gmd_operation_resources.offset_interval%type ,
249: max_capacity cr_rsrc_mst.max_capacity%type ,
250: min_capacity cr_rsrc_mst.min_capacity%type ,
251: capacity_constraint cr_rsrc_mst.capacity_constraint%type ,
252: capacity_tolerance cr_rsrc_dtl.capacity_tolerance%type ,
253: capacity_uom cr_rsrc_dtl.capacity_um%type,
254:
255: process_parameter_1 gmd_operation_resources.process_parameter_1%type ,
256: process_parameter_2 gmd_operation_resources.process_parameter_2%type ,

Line 253: capacity_uom cr_rsrc_dtl.capacity_um%type,

249: max_capacity cr_rsrc_mst.max_capacity%type ,
250: min_capacity cr_rsrc_mst.min_capacity%type ,
251: capacity_constraint cr_rsrc_mst.capacity_constraint%type ,
252: capacity_tolerance cr_rsrc_dtl.capacity_tolerance%type ,
253: capacity_uom cr_rsrc_dtl.capacity_um%type,
254:
255: process_parameter_1 gmd_operation_resources.process_parameter_1%type ,
256: process_parameter_2 gmd_operation_resources.process_parameter_2%type ,
257: process_parameter_3 gmd_operation_resources.process_parameter_3%type ,