DBA Data[Home] [Help]

APPS.AMS_SCR_LEAD_PVT_W dependencies on AMS_SCR_LEAD_PVT

Line 1: package body ams_scr_lead_pvt_w as

1: package body ams_scr_lead_pvt_w as
2: /* $Header: amswsldb.pls 115.0 2002/12/26 01:27:49 sodixit 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 50: ddp_scr_lead_rec ams_scr_lead_pvt.scr_lead_rec_type;

46: , p_org_rel_party_id NUMBER
47: )
48:
49: as
50: ddp_scr_lead_rec ams_scr_lead_pvt.scr_lead_rec_type;
51: ddindx binary_integer; indx binary_integer;
52: begin
53:
54: -- copy data to the local IN or IN-OUT args, if any

Line 91: ams_scr_lead_pvt.create_sales_lead(p_init_msg_list,

87:
88:
89:
90: -- here's the delegated call to the old PL/SQL routine
91: ams_scr_lead_pvt.create_sales_lead(p_init_msg_list,
92: p_commit,
93: p_validation_level,
94: p_party_type,
95: ddp_scr_lead_rec,

Line 118: end ams_scr_lead_pvt_w;

114:
115:
116: end;
117:
118: end ams_scr_lead_pvt_w;