DBA Data[Home] [Help]

APPS.EAM_PM_LAST_SERVICE_PUB_W dependencies on EAM_PM_LAST_SERVICE_PUB

Line 1: package body eam_pm_last_service_pub_w as

1: package body eam_pm_last_service_pub_w as
2: /* $Header: EAMWPLSB.pls 120.2 2008/01/26 01:50:52 devijay ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy eam_pm_last_service_pub.pm_last_service_tbl, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy eam_pm_last_service_pub.pm_last_service_tbl, a0 JTF_NUMBER_TABLE

1: package body eam_pm_last_service_pub_w as
2: /* $Header: EAMWPLSB.pls 120.2 2008/01/26 01:50:52 devijay ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy eam_pm_last_service_pub.pm_last_service_tbl, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_NUMBER_TABLE
7: ) as

Line 28: procedure rosetta_table_copy_out_p1(t eam_pm_last_service_pub.pm_last_service_tbl, a0 out nocopy JTF_NUMBER_TABLE

24: end loop;
25: end if;
26: end if;
27: end rosetta_table_copy_in_p1;
28: procedure rosetta_table_copy_out_p1(t eam_pm_last_service_pub.pm_last_service_tbl, a0 out nocopy JTF_NUMBER_TABLE
29: , a1 out nocopy JTF_NUMBER_TABLE
30: , a2 out nocopy JTF_NUMBER_TABLE
31: , a3 out nocopy JTF_NUMBER_TABLE
32: ) as

Line 82: ddp_pm_last_service_tbl eam_pm_last_service_pub.pm_last_service_tbl;

78: , p_actv_assoc_id NUMBER
79: )
80:
81: as
82: ddp_pm_last_service_tbl eam_pm_last_service_pub.pm_last_service_tbl;
83: ddindx binary_integer; indx binary_integer;
84: begin
85:
86: -- copy data to the local IN or IN-OUT args, if any

Line 94: eam_pm_last_service_pub_w.rosetta_table_copy_in_p1(ddp_pm_last_service_tbl, p7_a0

90:
91:
92:
93:
94: eam_pm_last_service_pub_w.rosetta_table_copy_in_p1(ddp_pm_last_service_tbl, p7_a0
95: , p7_a1
96: , p7_a2
97: , p7_a3
98: );

Line 102: eam_pm_last_service_pub.process_pm_last_service(p_api_version,

98: );
99:
100:
101: -- here's the delegated call to the old PL/SQL routine
102: eam_pm_last_service_pub.process_pm_last_service(p_api_version,
103: p_init_msg_list,
104: p_commit,
105: p_validation_level,
106: x_return_status,

Line 123: end eam_pm_last_service_pub_w;

119:
120:
121: end;
122:
123: end eam_pm_last_service_pub_w;