DBA Data[Home] [Help]

APPS.WIP_EAM_UTILS dependencies on STANDARD

Line 14: p_job_type IN NUMBER, -- Standard/Rebuild

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

Line 325: p_job_type IN NUMBER, -- Standard/Rebuild

321: -- Procedure to find the default wip accounting class for a work order
322: -- based on pre-defined criteria
323: PROCEDURE DEFAULT_ACC_CLASS(
324: p_org_id IN NUMBER, -- Organization Id
325: p_job_type IN NUMBER, -- Standard/Rebuild
326: p_serial_number IN VARCHAR2, -- Asset Number
327: p_asset_group_id IN NUMBER, -- Asset Group
328: p_parent_wo_id IN NUMBER, -- Parent Wip Entity Id
329: p_asset_activity_id IN NUMBER, -- Asset Activity

Line 591: -- Standard Start of API savepoint

587: where routing_sequence_id = p_common_routing_sequence_id ;
588:
589: begin
590:
591: -- Standard Start of API savepoint
592: -- l_stmt_num := 10;
593: SAVEPOINT copy_attachments_pvt;
594:
595: -- Copy Asset Attachments

Line 860: ,standard_operation_id

856: ,creation_date
857: ,created_by
858: ,last_update_login
859: ,operation_sequence_id
860: ,standard_operation_id
861: ,department_id
862: ,description
863: ,scheduled_quantity
864: ,quantity_in_queue

Line 902: ,null -- standard_operation_id

898: ,sysdate -- creation_date
899: ,FND_GLOBAL.USER_ID
900: ,FND_GLOBAL.LOGIN_ID
901: ,null -- operation_sequence_id
902: ,null -- standard_operation_id
903: ,l_owning_department_id
904: ,l_description
905: ,1 -- scheduled_quantity
906: ,1 -- quantity_in_queue