DBA Data[Home] [Help]

APPS.GMD_RECIPE_FETCH_PUB dependencies on GMD_OPERATION_ACTIVITIES

Line 169: activity gmd_operation_activities.activity%type ,

165: oprn_desc gmd_operations_vl.oprn_desc%type ,
166: oprn_id gmd_operations_vl.oprn_id%type ,
167: minimum_transfer_qty gmd_operations_b.minimum_transfer_qty%type ,
168: oprn_line_id gmd_operation_resources.oprn_line_id%type ,
169: activity gmd_operation_activities.activity%type ,
170: activity_desc fm_actv_mst.activity_desc%type ,
171: activity_factor gmd_operation_activities.activity_factor%type ,
172: sequence_dependent_ind gmd_operation_activities.sequence_dependent_ind%type ,
173: recipe_override NUMBER(5) ,

Line 171: activity_factor gmd_operation_activities.activity_factor%type ,

167: minimum_transfer_qty gmd_operations_b.minimum_transfer_qty%type ,
168: oprn_line_id gmd_operation_resources.oprn_line_id%type ,
169: activity gmd_operation_activities.activity%type ,
170: activity_desc fm_actv_mst.activity_desc%type ,
171: activity_factor gmd_operation_activities.activity_factor%type ,
172: sequence_dependent_ind gmd_operation_activities.sequence_dependent_ind%type ,
173: recipe_override NUMBER(5) ,
174: offset_interval gmd_operation_activities.offset_interval%type ,
175: break_ind gmd_operation_activities.break_ind%type,

Line 172: sequence_dependent_ind gmd_operation_activities.sequence_dependent_ind%type ,

168: oprn_line_id gmd_operation_resources.oprn_line_id%type ,
169: activity gmd_operation_activities.activity%type ,
170: activity_desc fm_actv_mst.activity_desc%type ,
171: activity_factor gmd_operation_activities.activity_factor%type ,
172: sequence_dependent_ind gmd_operation_activities.sequence_dependent_ind%type ,
173: recipe_override NUMBER(5) ,
174: offset_interval gmd_operation_activities.offset_interval%type ,
175: break_ind gmd_operation_activities.break_ind%type,
176: max_break gmd_operation_activities.max_break%type DEFAULT NULL,

Line 174: offset_interval gmd_operation_activities.offset_interval%type ,

170: activity_desc fm_actv_mst.activity_desc%type ,
171: activity_factor gmd_operation_activities.activity_factor%type ,
172: sequence_dependent_ind gmd_operation_activities.sequence_dependent_ind%type ,
173: recipe_override NUMBER(5) ,
174: offset_interval gmd_operation_activities.offset_interval%type ,
175: break_ind gmd_operation_activities.break_ind%type,
176: max_break gmd_operation_activities.max_break%type DEFAULT NULL,
177: material_ind gmd_operation_activities.material_ind%type,
178: text_code gmd_operation_resources.text_code%type ,

Line 175: break_ind gmd_operation_activities.break_ind%type,

171: activity_factor gmd_operation_activities.activity_factor%type ,
172: sequence_dependent_ind gmd_operation_activities.sequence_dependent_ind%type ,
173: recipe_override NUMBER(5) ,
174: offset_interval gmd_operation_activities.offset_interval%type ,
175: break_ind gmd_operation_activities.break_ind%type,
176: max_break gmd_operation_activities.max_break%type DEFAULT NULL,
177: material_ind gmd_operation_activities.material_ind%type,
178: text_code gmd_operation_resources.text_code%type ,
179: created_by gmd_operation_resources.created_by%type ,

Line 176: max_break gmd_operation_activities.max_break%type DEFAULT NULL,

172: sequence_dependent_ind gmd_operation_activities.sequence_dependent_ind%type ,
173: recipe_override NUMBER(5) ,
174: offset_interval gmd_operation_activities.offset_interval%type ,
175: break_ind gmd_operation_activities.break_ind%type,
176: max_break gmd_operation_activities.max_break%type DEFAULT NULL,
177: material_ind gmd_operation_activities.material_ind%type,
178: text_code gmd_operation_resources.text_code%type ,
179: created_by gmd_operation_resources.created_by%type ,
180: last_updated_by gmd_operation_resources.last_updated_by%type ,

Line 177: material_ind gmd_operation_activities.material_ind%type,

173: recipe_override NUMBER(5) ,
174: offset_interval gmd_operation_activities.offset_interval%type ,
175: break_ind gmd_operation_activities.break_ind%type,
176: max_break gmd_operation_activities.max_break%type DEFAULT NULL,
177: material_ind gmd_operation_activities.material_ind%type,
178: text_code gmd_operation_resources.text_code%type ,
179: created_by gmd_operation_resources.created_by%type ,
180: last_updated_by gmd_operation_resources.last_updated_by%type ,
181: last_update_date gmd_operation_resources.last_update_date%type ,

Line 236: activity gmd_operation_activities.activity%type ,

232: oprn_id gmd_operations_vl.oprn_id%type ,
233: oprn_no gmd_operations_vl.oprn_no%type ,
234: oprn_vers gmd_operations_vl.oprn_vers%type ,
235: oprn_desc gmd_operations_vl.oprn_desc%type ,
236: activity gmd_operation_activities.activity%type ,
237: oprn_line_id gmd_operation_resources.oprn_line_id%type ,
238: resources gmd_operation_resources.resources%type ,
239: resource_usage gmd_operation_resources.resource_usage%type ,
240: resource_count gmd_operation_resources.resource_count%type ,