DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG_W dependencies on JTF_VARCHAR2_TABLE_100

Line 44: procedure rosetta_table_copy_in_p1(t out nocopy iby_disburse_ui_api_pub_pkg.docpaystatustab, a0 JTF_VARCHAR2_TABLE_100) as

40: end if;
41: end if;
42: end rosetta_table_copy_out_p0;
43:
44: procedure rosetta_table_copy_in_p1(t out nocopy iby_disburse_ui_api_pub_pkg.docpaystatustab, a0 JTF_VARCHAR2_TABLE_100) as
45: ddindx binary_integer; indx binary_integer;
46: begin
47: if a0 is not null and a0.count > 0 then
48: if a0.count > 0 then

Line 62: procedure rosetta_table_copy_out_p1(t iby_disburse_ui_api_pub_pkg.docpaystatustab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

58: end loop;
59: end if;
60: end if;
61: end rosetta_table_copy_in_p1;
62: procedure rosetta_table_copy_out_p1(t iby_disburse_ui_api_pub_pkg.docpaystatustab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
63: ddindx binary_integer; indx binary_integer;
64: begin
65: if t is null or t.count = 0 then
66: a0 := JTF_VARCHAR2_TABLE_100();

Line 66: a0 := JTF_VARCHAR2_TABLE_100();

62: procedure rosetta_table_copy_out_p1(t iby_disburse_ui_api_pub_pkg.docpaystatustab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
63: ddindx binary_integer; indx binary_integer;
64: begin
65: if t is null or t.count = 0 then
66: a0 := JTF_VARCHAR2_TABLE_100();
67: else
68: a0 := JTF_VARCHAR2_TABLE_100();
69: if t.count > 0 then
70: a0.extend(t.count);

Line 68: a0 := JTF_VARCHAR2_TABLE_100();

64: begin
65: if t is null or t.count = 0 then
66: a0 := JTF_VARCHAR2_TABLE_100();
67: else
68: a0 := JTF_VARCHAR2_TABLE_100();
69: if t.count > 0 then
70: a0.extend(t.count);
71: ddindx := t.first;
72: indx := 1;

Line 126: procedure rosetta_table_copy_in_p3(t out nocopy iby_disburse_ui_api_pub_pkg.pmtstatustab, a0 JTF_VARCHAR2_TABLE_100) as

122: end if;
123: end if;
124: end rosetta_table_copy_out_p2;
125:
126: procedure rosetta_table_copy_in_p3(t out nocopy iby_disburse_ui_api_pub_pkg.pmtstatustab, a0 JTF_VARCHAR2_TABLE_100) as
127: ddindx binary_integer; indx binary_integer;
128: begin
129: if a0 is not null and a0.count > 0 then
130: if a0.count > 0 then

Line 144: procedure rosetta_table_copy_out_p3(t iby_disburse_ui_api_pub_pkg.pmtstatustab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

140: end loop;
141: end if;
142: end if;
143: end rosetta_table_copy_in_p3;
144: procedure rosetta_table_copy_out_p3(t iby_disburse_ui_api_pub_pkg.pmtstatustab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
145: ddindx binary_integer; indx binary_integer;
146: begin
147: if t is null or t.count = 0 then
148: a0 := JTF_VARCHAR2_TABLE_100();

Line 148: a0 := JTF_VARCHAR2_TABLE_100();

144: procedure rosetta_table_copy_out_p3(t iby_disburse_ui_api_pub_pkg.pmtstatustab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
145: ddindx binary_integer; indx binary_integer;
146: begin
147: if t is null or t.count = 0 then
148: a0 := JTF_VARCHAR2_TABLE_100();
149: else
150: a0 := JTF_VARCHAR2_TABLE_100();
151: if t.count > 0 then
152: a0.extend(t.count);

Line 150: a0 := JTF_VARCHAR2_TABLE_100();

146: begin
147: if t is null or t.count = 0 then
148: a0 := JTF_VARCHAR2_TABLE_100();
149: else
150: a0 := JTF_VARCHAR2_TABLE_100();
151: if t.count > 0 then
152: a0.extend(t.count);
153: ddindx := t.first;
154: indx := 1;

Line 249: procedure rosetta_table_copy_in_p6(t out nocopy iby_disburse_ui_api_pub_pkg.paperdocusereasontab, a0 JTF_VARCHAR2_TABLE_100) as

245: end if;
246: end if;
247: end rosetta_table_copy_out_p5;
248:
249: procedure rosetta_table_copy_in_p6(t out nocopy iby_disburse_ui_api_pub_pkg.paperdocusereasontab, a0 JTF_VARCHAR2_TABLE_100) as
250: ddindx binary_integer; indx binary_integer;
251: begin
252: if a0 is not null and a0.count > 0 then
253: if a0.count > 0 then

Line 267: procedure rosetta_table_copy_out_p6(t iby_disburse_ui_api_pub_pkg.paperdocusereasontab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

263: end loop;
264: end if;
265: end if;
266: end rosetta_table_copy_in_p6;
267: procedure rosetta_table_copy_out_p6(t iby_disburse_ui_api_pub_pkg.paperdocusereasontab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
268: ddindx binary_integer; indx binary_integer;
269: begin
270: if t is null or t.count = 0 then
271: a0 := JTF_VARCHAR2_TABLE_100();

Line 271: a0 := JTF_VARCHAR2_TABLE_100();

267: procedure rosetta_table_copy_out_p6(t iby_disburse_ui_api_pub_pkg.paperdocusereasontab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
268: ddindx binary_integer; indx binary_integer;
269: begin
270: if t is null or t.count = 0 then
271: a0 := JTF_VARCHAR2_TABLE_100();
272: else
273: a0 := JTF_VARCHAR2_TABLE_100();
274: if t.count > 0 then
275: a0.extend(t.count);

Line 273: a0 := JTF_VARCHAR2_TABLE_100();

269: begin
270: if t is null or t.count = 0 then
271: a0 := JTF_VARCHAR2_TABLE_100();
272: else
273: a0 := JTF_VARCHAR2_TABLE_100();
274: if t.count > 0 then
275: a0.extend(t.count);
276: ddindx := t.first;
277: indx := 1;

Line 290: procedure rosetta_table_copy_in_p7(t out nocopy iby_disburse_ui_api_pub_pkg.appnamestab, a0 JTF_VARCHAR2_TABLE_100) as

286: end if;
287: end if;
288: end rosetta_table_copy_out_p6;
289:
290: procedure rosetta_table_copy_in_p7(t out nocopy iby_disburse_ui_api_pub_pkg.appnamestab, a0 JTF_VARCHAR2_TABLE_100) as
291: ddindx binary_integer; indx binary_integer;
292: begin
293: if a0 is not null and a0.count > 0 then
294: if a0.count > 0 then

Line 308: procedure rosetta_table_copy_out_p7(t iby_disburse_ui_api_pub_pkg.appnamestab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

304: end loop;
305: end if;
306: end if;
307: end rosetta_table_copy_in_p7;
308: procedure rosetta_table_copy_out_p7(t iby_disburse_ui_api_pub_pkg.appnamestab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
309: ddindx binary_integer; indx binary_integer;
310: begin
311: if t is null or t.count = 0 then
312: a0 := JTF_VARCHAR2_TABLE_100();

Line 312: a0 := JTF_VARCHAR2_TABLE_100();

308: procedure rosetta_table_copy_out_p7(t iby_disburse_ui_api_pub_pkg.appnamestab, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
309: ddindx binary_integer; indx binary_integer;
310: begin
311: if t is null or t.count = 0 then
312: a0 := JTF_VARCHAR2_TABLE_100();
313: else
314: a0 := JTF_VARCHAR2_TABLE_100();
315: if t.count > 0 then
316: a0.extend(t.count);

Line 314: a0 := JTF_VARCHAR2_TABLE_100();

310: begin
311: if t is null or t.count = 0 then
312: a0 := JTF_VARCHAR2_TABLE_100();
313: else
314: a0 := JTF_VARCHAR2_TABLE_100();
315: if t.count > 0 then
316: a0.extend(t.count);
317: ddindx := t.first;
318: indx := 1;

Line 373: , p_doc_status_list JTF_VARCHAR2_TABLE_100

369: end if;
370: end rosetta_table_copy_out_p8;
371:
372: procedure remove_documents_payable(p_doc_list JTF_NUMBER_TABLE
373: , p_doc_status_list JTF_VARCHAR2_TABLE_100
374: , x_return_status out nocopy VARCHAR2
375: )
376:
377: as

Line 400: , p_pmt_status_list JTF_VARCHAR2_TABLE_100

396:
397: end;
398:
399: procedure remove_payments(p_pmt_list JTF_NUMBER_TABLE
400: , p_pmt_status_list JTF_VARCHAR2_TABLE_100
401: , x_return_status out nocopy VARCHAR2
402: )
403:
404: as

Line 427: , p_pmt_status_list JTF_VARCHAR2_TABLE_100

423:
424: end;
425:
426: procedure stop_payments(p_pmt_list JTF_NUMBER_TABLE
427: , p_pmt_status_list JTF_VARCHAR2_TABLE_100
428: , x_return_status out nocopy VARCHAR2
429: )
430:
431: as