DBA Data[Home] [Help]

APPS.ARW_SEARCH_CUSTOMERS_W dependencies on ARW_SEARCH_CUSTOMERS

Line 1: package body arw_search_customers_w as

1: package body arw_search_customers_w as
2: /* $Header: ARWCUSWB.pls 120.0.12010000.2 2008/11/21 15:26:54 avepati noship $ */
3:
4: procedure rosetta_table_copy_in_p1(t out nocopy arw_search_customers.custsite_tbl, a0 JTF_NUMBER_TABLE
5: , a1 JTF_NUMBER_TABLE

Line 4: procedure rosetta_table_copy_in_p1(t out nocopy arw_search_customers.custsite_tbl, a0 JTF_NUMBER_TABLE

1: package body arw_search_customers_w as
2: /* $Header: ARWCUSWB.pls 120.0.12010000.2 2008/11/21 15:26:54 avepati noship $ */
3:
4: procedure rosetta_table_copy_in_p1(t out nocopy arw_search_customers.custsite_tbl, a0 JTF_NUMBER_TABLE
5: , a1 JTF_NUMBER_TABLE
6: ) as
7: ddindx binary_integer; indx binary_integer;
8: begin

Line 25: procedure rosetta_table_copy_out_p1(t arw_search_customers.custsite_tbl, a0 out nocopy JTF_NUMBER_TABLE

21: end loop;
22: end if;
23: end if;
24: end rosetta_table_copy_in_p1;
25: procedure rosetta_table_copy_out_p1(t arw_search_customers.custsite_tbl, a0 out nocopy JTF_NUMBER_TABLE
26: , a1 out nocopy JTF_NUMBER_TABLE
27: ) as
28: ddindx binary_integer; indx binary_integer;
29: begin

Line 64: ddp_custsite_rec_tbl arw_search_customers.custsite_tbl;

60: , p_is_internal_user VARCHAR2
61: )
62:
63: as
64: ddp_custsite_rec_tbl arw_search_customers.custsite_tbl;
65: ddindx binary_integer; indx binary_integer;
66: begin
67:
68: -- copy data to the local IN or IN-OUT args, if any

Line 69: arw_search_customers_w.rosetta_table_copy_in_p1(ddp_custsite_rec_tbl, p0_a0

65: ddindx binary_integer; indx binary_integer;
66: begin
67:
68: -- copy data to the local IN or IN-OUT args, if any
69: arw_search_customers_w.rosetta_table_copy_in_p1(ddp_custsite_rec_tbl, p0_a0
70: , p0_a1
71: );
72:
73: -- here's the delegated call to the old PL/SQL routine

Line 74: arw_search_customers.initialize_account_sites(ddp_custsite_rec_tbl,

70: , p0_a1
71: );
72:
73: -- here's the delegated call to the old PL/SQL routine
74: arw_search_customers.initialize_account_sites(ddp_custsite_rec_tbl,
75: p_party_id,
76: p_session_id,
77: p_user_id,
78: p_org_id,

Line 83: end arw_search_customers_w;

79: p_is_internal_user);
80:
81: -- copy data back from the local variables to OUT or IN-OUT args, if any
82: end;
83: end arw_search_customers_w;