DBA Data[Home] [Help]

APPS.WIP_OPERATION_RESOURCES_PKG dependencies on STANDARD

Line 14: p_standard_rate_flag in number,

10: p_resource_id in number,
11: p_uom_code in varchar2,
12: p_basis_type in number,
13: p_activity_id in number,
14: p_standard_rate_flag in number,
15: p_start_date in date,
16: p_completion_date in date) is
17: x_user_id number := FND_GLOBAL.USER_ID;
18: x_login_id number := FND_GLOBAL.LOGIN_ID;

Line 38: standard_rate_flag,

34: resource_id,
35: uom_code,
36: basis_type,
37: activity_id,
38: standard_rate_flag,
39: usage_rate_or_amount,
40: scheduled_flag,
41: assigned_units,
42: autocharge_type,

Line 62: p_standard_rate_flag,

58: p_resource_id,
59: p_uom_code,
60: nvl(p_basis_type, WIP_CONSTANTS.PER_LOT),
61: p_activity_id,
62: p_standard_rate_flag,
63: 0, -- usage_rate_or_amount
64: WIP_CONSTANTS.NO, -- scheduled_flag
65: 1, -- assigned_units
66: WIP_CONSTANTS.MANUAL, -- autocharge_type

Line 178: standard_rate_flag,

174: resource_id,
175: uom_code,
176: basis_type,
177: activity_id,
178: standard_rate_flag,
179: usage_rate_or_amount,
180: scheduled_flag,
181: assigned_units,
182: autocharge_type,

Line 202: wcti.standard_rate_flag,

198: wcti.resource_id,
199: wcti.primary_uom,
200: nvl(wcti.basis_type, WIP_CONSTANTS.PER_LOT),
201: nvl(wcti.activity_id , br.default_activity_id),
202: wcti.standard_rate_flag,
203: 0, -- usage_rate_or_amount
204: WIP_CONSTANTS.NO, -- scheduled_flag
205: 1, -- assigned_units
206: WIP_CONSTANTS.MANUAL, -- autocharge_type

Line 392: X_Standard_Rate_Flag NUMBER,

388: X_Activity_Id NUMBER,
389: X_Scheduled_Flag NUMBER,
390: X_Assigned_Units NUMBER,
391: X_Autocharge_Type NUMBER,
392: X_Standard_Rate_Flag NUMBER,
393: X_Applied_Resource_Units NUMBER,
394: X_Applied_Resource_Value NUMBER,
395: X_Attribute_Category VARCHAR2,
396: X_Attribute1 VARCHAR2,

Line 448: standard_rate_flag,

444: activity_id,
445: scheduled_flag,
446: assigned_units,
447: autocharge_type,
448: standard_rate_flag,
449: applied_resource_units,
450: applied_resource_value,
451: attribute_category,
452: attribute1,

Line 493: X_Standard_Rate_Flag,

489: X_Activity_Id,
490: X_Scheduled_Flag,
491: X_Assigned_Units,
492: X_Autocharge_Type,
493: X_Standard_Rate_Flag,
494: X_Applied_Resource_Units,
495: X_Applied_Resource_Value,
496: X_Attribute_Category,
497: X_Attribute1,

Line 546: X_Standard_Rate_Flag NUMBER,

542: X_Activity_Id NUMBER,
543: X_Scheduled_Flag NUMBER,
544: X_Assigned_Units NUMBER,
545: X_Autocharge_Type NUMBER,
546: X_Standard_Rate_Flag NUMBER,
547: X_Applied_Resource_Units NUMBER,
548: X_Applied_Resource_Value NUMBER,
549: X_Attribute_Category VARCHAR2,
550: X_Attribute1 VARCHAR2,

Line 609: AND (Recinfo.standard_rate_flag = X_Standard_Rate_Flag)

605: AND ( (Recinfo.assigned_units = X_Assigned_Units)
606: OR ( (Recinfo.assigned_units IS NULL)
607: AND (X_Assigned_Units IS NULL)))
608: AND (Recinfo.autocharge_type = X_Autocharge_Type)
609: AND (Recinfo.standard_rate_flag = X_Standard_Rate_Flag)
610: AND (Recinfo.applied_resource_units = X_Applied_Resource_Units)
611: AND (Recinfo.applied_resource_value = X_Applied_Resource_Value)
612: AND ( (Recinfo.attribute_category = X_Attribute_Category)
613: OR ( (Recinfo.attribute_category IS NULL)

Line 695: X_Standard_Rate_Flag NUMBER,

691: X_Activity_Id NUMBER,
692: X_Scheduled_Flag NUMBER,
693: X_Assigned_Units NUMBER,
694: X_Autocharge_Type NUMBER,
695: X_Standard_Rate_Flag NUMBER,
696: X_Applied_Resource_Units NUMBER,
697: X_Applied_Resource_Value NUMBER,
698: X_Attribute_Category VARCHAR2,
699: X_Attribute1 VARCHAR2,

Line 741: standard_rate_flag = X_Standard_Rate_Flag,

737: activity_id = X_Activity_Id,
738: scheduled_flag = X_Scheduled_Flag,
739: assigned_units = X_Assigned_Units,
740: autocharge_type = X_Autocharge_Type,
741: standard_rate_flag = X_Standard_Rate_Flag,
742: applied_resource_units = X_Applied_Resource_Units,
743: applied_resource_value = X_Applied_Resource_Value,
744: attribute_category = X_Attribute_Category,
745: attribute1 = X_Attribute1,