DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_RANKS_PUB_W dependencies on AS_SALES_LEAD_RANKS_PUB

Line 1: package body as_sales_lead_ranks_pub_w as

1: package body as_sales_lead_ranks_pub_w as
2: /* $Header: asxwrnkb.pls 120.1 2006/01/23 11:12 solin noship $ */
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 44: ddp_sales_lead_rank_rec as_sales_lead_ranks_pub.sales_lead_rank_rec_type;

40: , p7_a10 VARCHAR2 := fnd_api.g_miss_char
41: )
42:
43: as
44: ddp_sales_lead_rank_rec as_sales_lead_ranks_pub.sales_lead_rank_rec_type;
45: ddindx binary_integer; indx binary_integer;
46: begin
47:
48: -- copy data to the local IN or IN-OUT args, if any

Line 70: as_sales_lead_ranks_pub.create_rank(p_api_version,

66: ddp_sales_lead_rank_rec.description := p7_a10;
67:
68:
69: -- here's the delegated call to the old PL/SQL routine
70: as_sales_lead_ranks_pub.create_rank(p_api_version,
71: p_init_msg_list,
72: p_commit,
73: p_validation_level,
74: x_return_status,

Line 112: ddp_sales_lead_rank_rec as_sales_lead_ranks_pub.sales_lead_rank_rec_type;

108: , p7_a10 VARCHAR2 := fnd_api.g_miss_char
109: )
110:
111: as
112: ddp_sales_lead_rank_rec as_sales_lead_ranks_pub.sales_lead_rank_rec_type;
113: ddindx binary_integer; indx binary_integer;
114: begin
115:
116: -- copy data to the local IN or IN-OUT args, if any

Line 137: as_sales_lead_ranks_pub.update_rank(p_api_version,

133: ddp_sales_lead_rank_rec.meaning := p7_a9;
134: ddp_sales_lead_rank_rec.description := p7_a10;
135:
136: -- here's the delegated call to the old PL/SQL routine
137: as_sales_lead_ranks_pub.update_rank(p_api_version,
138: p_init_msg_list,
139: p_commit,
140: p_validation_level,
141: x_return_status,

Line 156: end as_sales_lead_ranks_pub_w;

152:
153:
154: end;
155:
156: end as_sales_lead_ranks_pub_w;