DBA Data[Home] [Help]

APPS.BOM_RTG_EXP dependencies on STANDARD

Line 204: bsor.Standard_Rate_Flag,

200: CURSOR Sub_Oper_Res_CUR IS
201: SELECT br.Resource_Code, -- Sub_Resource_Code
202: bsor.replacement_group_num, -- Replacement_Group_Number
203: ca.Activity,
204: bsor.Standard_Rate_Flag,
205: bsor.Assigned_Units,
206: bsor.Usage_Rate_Or_Amount,
207: bsor.Usage_Rate_Or_Amount_Inverse,
208: bsor.Basis_Type,

Line 265: G_sub_resource_tbl(i).standard_rate_flag := sub_resource_rec.standard_rate_flag;

261: G_sub_resource_tbl(i).schedule_sequence_number := P_schedule_seq_num;
262: G_sub_resource_tbl(i).sub_resource_code := sub_resource_rec.resource_code;
263: G_sub_resource_tbl(i).replacement_group_number := sub_resource_rec.replacement_group_num;
264: G_sub_resource_tbl(i).activity := sub_resource_rec.activity;
265: G_sub_resource_tbl(i).standard_rate_flag := sub_resource_rec.standard_rate_flag;
266: G_sub_resource_tbl(i).assigned_units := sub_resource_rec.assigned_units;
267: G_sub_resource_tbl(i).usage_rate_or_amount := sub_resource_rec.usage_rate_or_amount;
268: G_sub_resource_tbl(i).usage_rate_or_amount_inverse := sub_resource_rec.usage_rate_or_amount_inverse;
269: G_sub_resource_tbl(i).basis_type := sub_resource_rec.basis_type;

Line 309: bor.Standard_Rate_Flag,

305: CURSOR Routing_Oper_Resources_CUR IS
306: SELECT bor.Resource_Seq_Num, -- Resource_Sequence_Number
307: br.Resource_Code,
308: ca.Activity,
309: bor.Standard_Rate_Flag,
310: bor.Assigned_Units,
311: bor.Usage_Rate_Or_amount,
312: bor.Usage_Rate_Or_Amount_Inverse,
313: bor.Basis_Type,

Line 371: G_op_resource_tbl(i).standard_rate_flag := oper_res_rec.standard_rate_flag;

367: G_op_resource_tbl(i).op_start_effective_date := P_effectivity_date;
368: G_op_resource_tbl(i).resource_sequence_number := oper_res_rec.resource_seq_num;
369: G_op_resource_tbl(i).resource_code := oper_res_rec.resource_code;
370: G_op_resource_tbl(i).activity := oper_res_rec.activity;
371: G_op_resource_tbl(i).standard_rate_flag := oper_res_rec.standard_rate_flag;
372: G_op_resource_tbl(i).assigned_units := oper_res_rec.assigned_units;
373: G_op_resource_tbl(i).usage_rate_or_amount := oper_res_rec.usage_rate_or_amount;
374: G_op_resource_tbl(i).usage_rate_or_amount_inverse := oper_res_rec.usage_rate_or_amount_inverse;
375: G_op_resource_tbl(i).basis_type := oper_res_rec.basis_type;

Line 436: Standard_Operation_Code,

432: SELECT Operation_Seq_Num,
433: operation_sequence_id,
434: Operation_Type,
435: Effectivity_Date,
436: Standard_Operation_Code,
437: Department_Code,
438: Operation_Lead_Time_Percent,
439: Minimum_Transfer_Quantity,
440: Count_Point_Type,

Line 495: G_operation_tbl(i).standard_operation_code := routing_oper_rec.standard_operation_code;

491: G_operation_tbl(i).alternate_routing_code := P_alt_rtg_code;
492: G_operation_tbl(i).operation_sequence_number := routing_oper_rec.operation_seq_num;
493: G_operation_tbl(i).operation_type := routing_oper_rec.operation_type;
494: G_operation_tbl(i).start_effective_date := routing_oper_rec.effectivity_date;
495: G_operation_tbl(i).standard_operation_code := routing_oper_rec.standard_operation_code;
496: G_operation_tbl(i).department_code := routing_oper_rec.department_code;
497: G_operation_tbl(i).op_lead_time_percent := routing_oper_rec.operation_lead_time_percent;
498: G_operation_tbl(i).minimum_transfer_quantity := routing_oper_rec.minimum_transfer_quantity;
499: G_operation_tbl(i).count_point_type := routing_oper_rec.count_point_type;