DBA Data[Home] [Help]

APPS.AS_OSI_LEAD_PUB_W2 dependencies on AS_OSI_LEAD_PUB

Line 1: package body as_osi_lead_pub_w2 as

1: package body as_osi_lead_pub_w2 as
2: /* $Header: asxolpbb.pls 115.2 2002/12/10 01:32:38 kichan ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 28: ddp_osi_ccs_tbl as_osi_lead_pub.osi_ccs_tbl_type;

24: , p1_a1 out nocopy JTF_VARCHAR2_TABLE_100
25: )
26:
27: as
28: ddp_osi_ccs_tbl as_osi_lead_pub.osi_ccs_tbl_type;
29: ddindx binary_integer; indx binary_integer;
30: begin
31:
32: -- copy data to the local IN or IN-OUT args, if any

Line 36: as_osi_lead_pub.osi_ccs_fetch(p_api_version_number,

32: -- copy data to the local IN or IN-OUT args, if any
33:
34:
35: -- here's the delegated call to the old PL/SQL routine
36: as_osi_lead_pub.osi_ccs_fetch(p_api_version_number,
37: ddp_osi_ccs_tbl);
38:
39: -- copy data back from the local variables to OUT or IN-OUT args, if any
40:

Line 41: as_osi_lead_pub_w.rosetta_table_copy_out_p22(ddp_osi_ccs_tbl, p1_a0

37: ddp_osi_ccs_tbl);
38:
39: -- copy data back from the local variables to OUT or IN-OUT args, if any
40:
41: as_osi_lead_pub_w.rosetta_table_copy_out_p22(ddp_osi_ccs_tbl, p1_a0
42: , p1_a1
43: );
44: end;
45:

Line 52: ddp_osi_ovm_tbl as_osi_lead_pub.osi_ovm_tbl_type;

48: , p1_a1 out nocopy JTF_VARCHAR2_TABLE_100
49: )
50:
51: as
52: ddp_osi_ovm_tbl as_osi_lead_pub.osi_ovm_tbl_type;
53: ddindx binary_integer; indx binary_integer;
54: begin
55:
56: -- copy data to the local IN or IN-OUT args, if any

Line 60: as_osi_lead_pub.osi_ovm_fetch(p_api_version_number,

56: -- copy data to the local IN or IN-OUT args, if any
57:
58:
59: -- here's the delegated call to the old PL/SQL routine
60: as_osi_lead_pub.osi_ovm_fetch(p_api_version_number,
61: ddp_osi_ovm_tbl);
62:
63: -- copy data back from the local variables to OUT or IN-OUT args, if any
64:

Line 65: as_osi_lead_pub_w.rosetta_table_copy_out_p26(ddp_osi_ovm_tbl, p1_a0

61: ddp_osi_ovm_tbl);
62:
63: -- copy data back from the local variables to OUT or IN-OUT args, if any
64:
65: as_osi_lead_pub_w.rosetta_table_copy_out_p26(ddp_osi_ovm_tbl, p1_a0
66: , p1_a1
67: );
68: end;
69:

Line 70: end as_osi_lead_pub_w2;

66: , p1_a1
67: );
68: end;
69:
70: end as_osi_lead_pub_w2;