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 604: -- Standard Start of API savepoint

600: where routing_sequence_id = p_common_routing_sequence_id ;
601:
602: begin
603:
604: -- Standard Start of API savepoint
605: -- l_stmt_num := 10;
606: SAVEPOINT copy_attachments_pvt;
607:
608: -- Copy Asset Attachments

Line 873: ,standard_operation_id

869: ,creation_date
870: ,created_by
871: ,last_update_login
872: ,operation_sequence_id
873: ,standard_operation_id
874: ,department_id
875: ,description
876: ,scheduled_quantity
877: ,quantity_in_queue

Line 915: ,null -- standard_operation_id

911: ,sysdate -- creation_date
912: ,FND_GLOBAL.USER_ID
913: ,FND_GLOBAL.LOGIN_ID
914: ,null -- operation_sequence_id
915: ,null -- standard_operation_id
916: ,l_owning_department_id
917: ,l_description
918: ,1 -- scheduled_quantity
919: ,1 -- quantity_in_queue