DBA Data[Home] [Help]

APPS.AS_SALES_LEADS_PUB_W2 dependencies on AS_SALES_LEADS_PUB

Line 1: package body as_sales_leads_pub_w2 as

1: package body as_sales_leads_pub_w2 as
2: /* $Header: asxwsl2b.pls 115.18 2003/09/18 22:44:23 ckapoor 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 79: ddp_sales_lead_line_tbl as_sales_leads_pub.sales_lead_line_tbl_type;

75: )
76:
77: as
78: ddp_sales_lead_profile_tbl as_utility_pub.profile_tbl_type;
79: ddp_sales_lead_line_tbl as_sales_leads_pub.sales_lead_line_tbl_type;
80: ddindx binary_integer; indx binary_integer;
81: begin
82:
83: -- copy data to the local IN or IN-OUT args, if any

Line 98: as_sales_leads_pub_w.rosetta_table_copy_in_p7(ddp_sales_lead_line_tbl, p11_a0

94: , p9_a1
95: );
96:
97:
98: as_sales_leads_pub_w.rosetta_table_copy_in_p7(ddp_sales_lead_line_tbl, p11_a0
99: , p11_a1
100: , p11_a2
101: , p11_a3
102: , p11_a4

Line 142: as_sales_leads_pub.copy_lead_to_opportunity(p_api_version_number,

138:
139:
140:
141: -- here's the delegated call to the old PL/SQL routine
142: as_sales_leads_pub.copy_lead_to_opportunity(p_api_version_number,
143: p_init_msg_list,
144: p_commit,
145: p_validation_level,
146: p_check_access_flag,

Line 220: as_sales_leads_pub.link_lead_to_opportunity(p_api_version_number,

216:
217:
218:
219: -- here's the delegated call to the old PL/SQL routine
220: as_sales_leads_pub.link_lead_to_opportunity(p_api_version_number,
221: p_init_msg_list,
222: p_commit,
223: p_validation_level,
224: p_check_access_flag,

Line 298: as_sales_leads_pub.create_opportunity_for_lead(p_api_version_number,

294:
295:
296:
297: -- here's the delegated call to the old PL/SQL routine
298: as_sales_leads_pub.create_opportunity_for_lead(p_api_version_number,
299: p_init_msg_list,
300: p_commit,
301: p_validation_level,
302: p_check_access_flag,

Line 353: ddx_assign_id_tbl as_sales_leads_pub.assign_id_tbl_type;

349: )
350:
351: as
352: ddp_sales_lead_profile_tbl as_utility_pub.profile_tbl_type;
353: ddx_assign_id_tbl as_sales_leads_pub.assign_id_tbl_type;
354: ddindx binary_integer; indx binary_integer;
355: begin
356:
357: -- copy data to the local IN or IN-OUT args, if any

Line 376: as_sales_leads_pub.assign_sales_lead(p_api_version_number,

372:
373:
374:
375: -- here's the delegated call to the old PL/SQL routine
376: as_sales_leads_pub.assign_sales_lead(p_api_version_number,
377: p_init_msg_list,
378: p_commit,
379: p_validation_level,
380: p_check_access_flag,

Line 405: as_sales_leads_pub_w.rosetta_table_copy_out_p19(ddx_assign_id_tbl, p13_a0

401:
402:
403:
404:
405: as_sales_leads_pub_w.rosetta_table_copy_out_p19(ddx_assign_id_tbl, p13_a0
406: , p13_a1
407: );
408: end;
409:

Line 432: as_sales_leads_pub.get_access_profiles(ddp_profile_tbl,

428: );
429:
430:
431: -- here's the delegated call to the old PL/SQL routine
432: as_sales_leads_pub.get_access_profiles(ddp_profile_tbl,
433: ddx_access_profile_rec);
434:
435: -- copy data back from the local variables to OUT or IN-OUT args, if any
436:

Line 462: ddrosetta_retval := as_sales_leads_pub.get_profile(ddp_profile_tbl,

458: );
459:
460:
461: -- here's the delegated call to the old PL/SQL routine
462: ddrosetta_retval := as_sales_leads_pub.get_profile(ddp_profile_tbl,
463: p_profile_name);
464:
465: -- copy data back from the local variables to OUT or IN-OUT args, if any
466:

Line 490: ddx_lead_engines_out_rec as_sales_leads_pub.lead_engines_out_rec_type;

486: , x_msg_data out nocopy VARCHAR2
487: )
488:
489: as
490: ddx_lead_engines_out_rec as_sales_leads_pub.lead_engines_out_rec_type;
491: ddindx binary_integer; indx binary_integer;
492: begin
493:
494: -- copy data to the local IN or IN-OUT args, if any

Line 508: as_sales_leads_pub.run_lead_engines(p_api_version_number,

504:
505:
506:
507: -- here's the delegated call to the old PL/SQL routine
508: as_sales_leads_pub.run_lead_engines(p_api_version_number,
509: p_init_msg_list,
510: p_commit,
511: p_validation_level,
512: p_admin_group_id,

Line 540: end as_sales_leads_pub_w2;

536:
537:
538: end;
539:
540: end as_sales_leads_pub_w2;