DBA Data[Home] [Help]

APPS.WIP_OPERATION_RESOURCES_PKG dependencies on STANDARD

Line 22: | p_standard_rate_flag Flag whether to charge at standard rate or not

18: | p_resource_id ID of the new resource
19: | p_uom_code Primary UOM of the new resource
20: | p_basis_type The resource's basis type; e.g. item or lot
21: | p_activity_id ID of the resource's default activity
22: | p_standard_rate_flag Flag whether to charge at standard rate or not
23: | p_start_date The resource's scheduled start date
24: | p_completion_date The resource's scheduled completion date
25: |
26: | EXCEPTIONS

Line 43: p_standard_rate_flag in number,

39: p_resource_id in number,
40: p_uom_code in varchar2,
41: p_basis_type in number,
42: p_activity_id in number,
43: p_standard_rate_flag in number,
44: p_start_date in date,
45: p_completion_date in date);
46:
47: /*=====================================================================+

Line 160: X_Standard_Rate_Flag NUMBER,

156: X_Activity_Id NUMBER,
157: X_Scheduled_Flag NUMBER,
158: X_Assigned_Units NUMBER,
159: X_Autocharge_Type NUMBER,
160: X_Standard_Rate_Flag NUMBER,
161: X_Applied_Resource_Units NUMBER,
162: X_Applied_Resource_Value NUMBER,
163: X_Attribute_Category VARCHAR2,
164: X_Attribute1 VARCHAR2,

Line 203: X_Standard_Rate_Flag NUMBER,

199: X_Activity_Id NUMBER,
200: X_Scheduled_Flag NUMBER,
201: X_Assigned_Units NUMBER,
202: X_Autocharge_Type NUMBER,
203: X_Standard_Rate_Flag NUMBER,
204: X_Applied_Resource_Units NUMBER,
205: X_Applied_Resource_Value NUMBER,
206: X_Attribute_Category VARCHAR2,
207: X_Attribute1 VARCHAR2,

Line 245: X_Standard_Rate_Flag NUMBER,

241: X_Activity_Id NUMBER,
242: X_Scheduled_Flag NUMBER,
243: X_Assigned_Units NUMBER,
244: X_Autocharge_Type NUMBER,
245: X_Standard_Rate_Flag NUMBER,
246: X_Applied_Resource_Units NUMBER,
247: X_Applied_Resource_Value NUMBER,
248: X_Attribute_Category VARCHAR2,
249: X_Attribute1 VARCHAR2,