DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_REFERRAL_W dependencies on JTF_VARCHAR2_TABLE_100

Line 22: procedure rosetta_table_copy_in_p53(t OUT NOCOPY as_sales_lead_referral.t_overriding_usernames, a0 JTF_VARCHAR2_TABLE_100) as

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p53(t OUT NOCOPY as_sales_lead_referral.t_overriding_usernames, a0 JTF_VARCHAR2_TABLE_100) as
23: ddindx binary_integer; indx binary_integer;
24: begin
25: if a0 is not null and a0.count > 0 then
26: if a0.count > 0 then

Line 40: procedure rosetta_table_copy_out_p53(t as_sales_lead_referral.t_overriding_usernames, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_100) as

36: end loop;
37: end if;
38: end if;
39: end rosetta_table_copy_in_p53;
40: procedure rosetta_table_copy_out_p53(t as_sales_lead_referral.t_overriding_usernames, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_100) as
41: ddindx binary_integer; indx binary_integer;
42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_VARCHAR2_TABLE_100();

Line 44: a0 := JTF_VARCHAR2_TABLE_100();

40: procedure rosetta_table_copy_out_p53(t as_sales_lead_referral.t_overriding_usernames, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_100) as
41: ddindx binary_integer; indx binary_integer;
42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_VARCHAR2_TABLE_100();
45: else
46: a0 := JTF_VARCHAR2_TABLE_100();
47: if t.count > 0 then
48: a0.extend(t.count);

Line 46: a0 := JTF_VARCHAR2_TABLE_100();

42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_VARCHAR2_TABLE_100();
45: else
46: a0 := JTF_VARCHAR2_TABLE_100();
47: if t.count > 0 then
48: a0.extend(t.count);
49: ddindx := t.first;
50: indx := 1;

Line 70: , p_overriding_usernames JTF_VARCHAR2_TABLE_100

66: , p_validation_level NUMBER
67: , p_lead_id NUMBER
68: , p_lead_status VARCHAR2
69: , p_salesforce_id NUMBER
70: , p_overriding_usernames JTF_VARCHAR2_TABLE_100
71: , x_msg_count OUT NOCOPY NUMBER
72: , x_msg_data OUT NOCOPY VARCHAR2
73: , x_return_status OUT NOCOPY VARCHAR2
74: )

Line 128: , p8_a0 JTF_VARCHAR2_TABLE_100

124: , p_check_access_flag VARCHAR2
125: , p_admin_flag VARCHAR2
126: , p_admin_group_id NUMBER
127: , p_identity_salesforce_id NUMBER
128: , p8_a0 JTF_VARCHAR2_TABLE_100
129: , p8_a1 JTF_VARCHAR2_TABLE_300
130: , p_overriding_usernames JTF_VARCHAR2_TABLE_100
131: , x_return_status OUT NOCOPY VARCHAR2
132: , x_msg_count OUT NOCOPY NUMBER

Line 130: , p_overriding_usernames JTF_VARCHAR2_TABLE_100

126: , p_admin_group_id NUMBER
127: , p_identity_salesforce_id NUMBER
128: , p8_a0 JTF_VARCHAR2_TABLE_100
129: , p8_a1 JTF_VARCHAR2_TABLE_300
130: , p_overriding_usernames JTF_VARCHAR2_TABLE_100
131: , x_return_status OUT NOCOPY VARCHAR2
132: , x_msg_count OUT NOCOPY NUMBER
133: , x_msg_data OUT NOCOPY VARCHAR2
134: , p9_a0 NUMBER := 0-1962.0724