DBA Data[Home] [Help]

APPS.EAM_CREATEUPDATE_WO_PVT_W dependencies on EAM_CREATEUPDATE_WO_PVT

Line 1: package body eam_createupdate_wo_pvt_w as

1: package body eam_createupdate_wo_pvt_w as
2: /* $Header: EAMVWOCB.pls 120.10.12020000.3 2013/01/17 13:45:40 vchidura ship $ */
3: procedure create_update_wo(p_commit VARCHAR2
4: , p1_a0 JTF_NUMBER_TABLE
5: , p1_a1 JTF_NUMBER_TABLE

Line 1133: eam_createupdate_wo_pvt.create_update_wo(p_commit,

1129:
1130:
1131:
1132: -- here's the delegated call to the old PL/SQL routine
1133: eam_createupdate_wo_pvt.create_update_wo(p_commit,
1134: ddp_eam_wo_tbl,
1135: ddp_eam_wo_relations_tbl,
1136: ddp_eam_op_tbl,
1137: ddp_eam_res_tbl,

Line 2510: eam_createupdate_wo_pvt.create_update_wo(p_commit,

2506:
2507:
2508:
2509: -- here's the delegated call to the old PL/SQL routine
2510: eam_createupdate_wo_pvt.create_update_wo(p_commit,
2511: ddp_eam_wo_tbl,
2512: ddp_eam_wo_relations_tbl,
2513: ddp_eam_op_tbl,
2514: ddp_eam_res_tbl,

Line 2571: end eam_createupdate_wo_pvt_w;

2567:
2568:
2569: end;
2570:
2571: end eam_createupdate_wo_pvt_w;