DBA Data[Home] [Help]

APPS.WIP_EAM_UTILS dependencies on STANDARD

Line 8: -- Standard who

4:
5: -- Author : BAROY
6: -- Created : 11/13/02 12:48:31 PM
7: -- Purpose : API to default the WAC
8: -- Standard who
9:
10:
11: -- Procedure to find the default wip accounting class for a work order
12: -- based on pre-defined criteria

Line 15: p_job_type IN NUMBER DEFAULT 1, -- Standard/Rebuild

11: -- Procedure to find the default wip accounting class for a work order
12: -- based on pre-defined criteria
13: PROCEDURE DEFAULT_ACC_CLASS(
14: p_org_id IN NUMBER, -- Organization Id
15: p_job_type IN NUMBER DEFAULT 1, -- Standard/Rebuild
16: p_serial_number IN VARCHAR2 DEFAULT null, -- Asset Number
17: p_asset_group IN VARCHAR2 DEFAULT null, -- Asset Group
18: p_parent_wo_name IN VARCHAR2 DEFAULT null, -- Parent Wip Entity Id
19: p_asset_activity IN VARCHAR2 DEFAULT null, -- Asset Activity

Line 34: p_job_type IN NUMBER DEFAULT 1, -- Standard/Rebuild

30: -- Procedure to find the default wip accounting class for a work order
31: -- based on pre-defined criteria
32: PROCEDURE DEFAULT_ACC_CLASS(
33: p_org_id IN NUMBER, -- Organization Id
34: p_job_type IN NUMBER DEFAULT 1, -- Standard/Rebuild
35: p_serial_number IN VARCHAR2 DEFAULT null, -- Asset Number
36: p_asset_group_id IN NUMBER DEFAULT null, -- Asset Group
37: p_parent_wo_id IN NUMBER DEFAULT null, -- Parent Wip Entity Id
38: p_asset_activity_id IN number DEFAULT null,-- Asset Activity