DBA Data[Home] [Help]

APPS.IBY_EXT_BANKACCT_PUB_W dependencies on IBY_EXT_BANKACCT_PUB

Line 1: package body iby_ext_bankacct_pub_w as

1: package body iby_ext_bankacct_pub_w as
2: /* $Header: ibyxbnkwb.pls 120.4.12010000.4 2009/01/19 14:17:24 vkarlapu 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 64: ddp_ext_bank_rec iby_ext_bankacct_pub.extbank_rec_type;

60: , p7_a2 out nocopy VARCHAR2
61: )
62:
63: as
64: ddp_ext_bank_rec iby_ext_bankacct_pub.extbank_rec_type;
65: ddx_response iby_fndcpt_common_pub.result_rec_type;
66: ddindx binary_integer; indx binary_integer;
67: begin
68:

Line 115: iby_ext_bankacct_pub.create_ext_bank(p_api_version,

111:
112:
113:
114: -- here's the delegated call to the old PL/SQL routine
115: iby_ext_bankacct_pub.create_ext_bank(p_api_version,
116: p_init_msg_list,
117: ddp_ext_bank_rec,
118: x_bank_id,
119: x_return_status,

Line 184: ddp_ext_bank_rec iby_ext_bankacct_pub.extbank_rec_type;

180: , p6_a2 out nocopy VARCHAR2
181: )
182:
183: as
184: ddp_ext_bank_rec iby_ext_bankacct_pub.extbank_rec_type;
185: ddx_response iby_fndcpt_common_pub.result_rec_type;
186: ddindx binary_integer; indx binary_integer;
187: begin
188:

Line 234: iby_ext_bankacct_pub.update_ext_bank(p_api_version,

230:
231:
232:
233: -- here's the delegated call to the old PL/SQL routine
234: iby_ext_bankacct_pub.update_ext_bank(p_api_version,
235: p_init_msg_list,
236: ddp_ext_bank_rec,
237: x_return_status,
238: x_msg_count,

Line 283: iby_ext_bankacct_pub.set_bank_end_date(p_api_version,

279:
280:
281:
282: -- here's the delegated call to the old PL/SQL routine
283: iby_ext_bankacct_pub.set_bank_end_date(p_api_version,
284: p_init_msg_list,
285: p_bank_id,
286: ddp_end_date,
287: x_return_status,

Line 338: iby_ext_bankacct_pub.check_bank_exist(p_api_version,

334:
335:
336:
337: -- here's the delegated call to the old PL/SQL routine
338: iby_ext_bankacct_pub.check_bank_exist(p_api_version,
339: p_init_msg_list,
340: p_country_code,
341: p_bank_name,
342: p_bank_number,

Line 417: ddp_ext_bank_branch_rec iby_ext_bankacct_pub.extbankbranch_rec_type;

413: , p7_a2 out nocopy VARCHAR2
414: )
415:
416: as
417: ddp_ext_bank_branch_rec iby_ext_bankacct_pub.extbankbranch_rec_type;
418: ddx_response iby_fndcpt_common_pub.result_rec_type;
419: ddindx binary_integer; indx binary_integer;
420: begin
421:

Line 471: iby_ext_bankacct_pub.create_ext_bank_branch(p_api_version,

467:
468:
469:
470: -- here's the delegated call to the old PL/SQL routine
471: iby_ext_bankacct_pub.create_ext_bank_branch(p_api_version,
472: p_init_msg_list,
473: ddp_ext_bank_branch_rec,
474: x_branch_id,
475: x_return_status,

Line 543: ddp_ext_bank_branch_rec iby_ext_bankacct_pub.extbankbranch_rec_type;

539: , p6_a2 out nocopy VARCHAR2
540: )
541:
542: as
543: ddp_ext_bank_branch_rec iby_ext_bankacct_pub.extbankbranch_rec_type;
544: ddx_response iby_fndcpt_common_pub.result_rec_type;
545: ddindx binary_integer; indx binary_integer;
546: begin
547:

Line 596: iby_ext_bankacct_pub.update_ext_bank_branch(p_api_version,

592:
593:
594:
595: -- here's the delegated call to the old PL/SQL routine
596: iby_ext_bankacct_pub.update_ext_bank_branch(p_api_version,
597: p_init_msg_list,
598: ddp_ext_bank_branch_rec,
599: x_return_status,
600: x_msg_count,

Line 684: iby_ext_bankacct_pub.set_ext_bank_branch_end_date(p_api_version,

680:
681:
682:
683: -- here's the delegated call to the old PL/SQL routine
684: iby_ext_bankacct_pub.set_ext_bank_branch_end_date(p_api_version,
685: p_init_msg_list,
686: p_branch_id,
687: ddp_end_date,
688: x_return_status,

Line 739: iby_ext_bankacct_pub.check_ext_bank_branch_exist(p_api_version,

735:
736:
737:
738: -- here's the delegated call to the old PL/SQL routine
739: iby_ext_bankacct_pub.check_ext_bank_branch_exist(p_api_version,
740: p_init_msg_list,
741: p_bank_id,
742: p_branch_name,
743: p_branch_number,

Line 823: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;

819: , p7_a2 out nocopy VARCHAR2
820: )
821:
822: as
823: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;
824: ddx_response iby_fndcpt_common_pub.result_rec_type;
825: ddindx binary_integer; indx binary_integer;
826: begin
827:

Line 882: iby_ext_bankacct_pub.create_ext_bank_acct(p_api_version,

878:
879:
880:
881: -- here's the delegated call to the old PL/SQL routine
882: iby_ext_bankacct_pub.create_ext_bank_acct(p_api_version,
883: p_init_msg_list,
884: ddp_ext_bank_acct_rec,
885: x_acct_id,
886: x_return_status,

Line 959: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;

955: , p6_a2 out nocopy VARCHAR2
956: )
957:
958: as
959: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;
960: ddx_response iby_fndcpt_common_pub.result_rec_type;
961: ddindx binary_integer; indx binary_integer;
962: begin
963:

Line 1017: iby_ext_bankacct_pub.update_ext_bank_acct(p_api_version,

1013:
1014:
1015:
1016: -- here's the delegated call to the old PL/SQL routine
1017: iby_ext_bankacct_pub.update_ext_bank_acct(p_api_version,
1018: p_init_msg_list,
1019: ddp_ext_bank_acct_rec,
1020: x_return_status,
1021: x_msg_count,

Line 1137: ddx_bankacct iby_ext_bankacct_pub.extbankacct_rec_type;

1133: , p7_a2 out nocopy VARCHAR2
1134: )
1135:
1136: as
1137: ddx_bankacct iby_ext_bankacct_pub.extbankacct_rec_type;
1138: ddx_response iby_fndcpt_common_pub.result_rec_type;
1139: ddindx binary_integer; indx binary_integer;
1140: begin
1141:

Line 1152: iby_ext_bankacct_pub.get_ext_bank_acct(p_api_version,

1148:
1149:
1150:
1151: -- here's the delegated call to the old PL/SQL routine
1152: iby_ext_bankacct_pub.get_ext_bank_acct(p_api_version,
1153: p_init_msg_list,
1154: p_bankacct_id,
1155: x_return_status,
1156: x_msg_count,

Line 1275: ddx_bankacct iby_ext_bankacct_pub.extbankacct_rec_type;

1271: , p8_a2 out nocopy VARCHAR2
1272: )
1273:
1274: as
1275: ddx_bankacct iby_ext_bankacct_pub.extbankacct_rec_type;
1276: ddx_response iby_fndcpt_common_pub.result_rec_type;
1277: ddindx binary_integer; indx binary_integer;
1278: begin
1279:

Line 1291: iby_ext_bankacct_pub.get_ext_bank_acct(p_api_version,

1287:
1288:
1289:
1290: -- here's the delegated call to the old PL/SQL routine
1291: iby_ext_bankacct_pub.get_ext_bank_acct(p_api_version,
1292: p_init_msg_list,
1293: p_bankacct_id,
1294: p_sec_key,
1295: x_return_status,

Line 1394: iby_ext_bankacct_pub.set_ext_bank_acct_dates(p_api_version,

1390:
1391:
1392:
1393: -- here's the delegated call to the old PL/SQL routine
1394: iby_ext_bankacct_pub.set_ext_bank_acct_dates(p_api_version,
1395: p_init_msg_list,
1396: p_acct_id,
1397: ddp_start_date,
1398: ddp_end_date,

Line 1478: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;

1474: , p9_a2 out nocopy VARCHAR2
1475: )
1476:
1477: as
1478: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;
1479: ddx_response iby_fndcpt_common_pub.result_rec_type;
1480: ddindx binary_integer; indx binary_integer;
1481: begin
1482:

Line 1539: iby_ext_bankacct_pub.check_ext_acct_exist(p_api_version,

1535:
1536:
1537:
1538: -- here's the delegated call to the old PL/SQL routine
1539: iby_ext_bankacct_pub.check_ext_acct_exist(p_api_version,
1540: p_init_msg_list,
1541: ddp_ext_bank_acct_rec,
1542: x_acct_id,
1543: x_start_date,

Line 1590: ddp_intermed_acct_rec iby_ext_bankacct_pub.intermediaryacct_rec_type;

1586: , p7_a2 out nocopy VARCHAR2
1587: )
1588:
1589: as
1590: ddp_intermed_acct_rec iby_ext_bankacct_pub.intermediaryacct_rec_type;
1591: ddx_response iby_fndcpt_common_pub.result_rec_type;
1592: ddindx binary_integer; indx binary_integer;
1593: begin
1594:

Line 1618: iby_ext_bankacct_pub.create_intermediary_acct(p_api_version,

1614:
1615:
1616:
1617: -- here's the delegated call to the old PL/SQL routine
1618: iby_ext_bankacct_pub.create_intermediary_acct(p_api_version,
1619: p_init_msg_list,
1620: ddp_intermed_acct_rec,
1621: x_intermediary_acct_id,
1622: x_return_status,

Line 1664: ddp_intermed_acct_rec iby_ext_bankacct_pub.intermediaryacct_rec_type;

1660: , p6_a2 out nocopy VARCHAR2
1661: )
1662:
1663: as
1664: ddp_intermed_acct_rec iby_ext_bankacct_pub.intermediaryacct_rec_type;
1665: ddx_response iby_fndcpt_common_pub.result_rec_type;
1666: ddindx binary_integer; indx binary_integer;
1667: begin
1668:

Line 1691: iby_ext_bankacct_pub.update_intermediary_acct(p_api_version,

1687:
1688:
1689:
1690: -- here's the delegated call to the old PL/SQL routine
1691: iby_ext_bankacct_pub.update_intermediary_acct(p_api_version,
1692: p_init_msg_list,
1693: ddp_intermed_acct_rec,
1694: x_return_status,
1695: x_msg_count,

Line 1753: iby_ext_bankacct_pub.add_joint_account_owner(p_api_version,

1749:
1750:
1751:
1752: -- here's the delegated call to the old PL/SQL routine
1753: iby_ext_bankacct_pub.add_joint_account_owner(p_api_version,
1754: p_init_msg_list,
1755: p_bank_account_id,
1756: p_acct_owner_party_id,
1757: x_joint_acct_owner_id,

Line 1808: iby_ext_bankacct_pub.set_joint_acct_owner_end_date(p_api_version,

1804:
1805:
1806:
1807: -- here's the delegated call to the old PL/SQL routine
1808: iby_ext_bankacct_pub.set_joint_acct_owner_end_date(p_api_version,
1809: p_init_msg_list,
1810: p_acct_owner_id,
1811: ddp_end_date,
1812: p_object_version_number,

Line 1859: iby_ext_bankacct_pub.change_primary_acct_owner(p_api_version,

1855:
1856:
1857:
1858: -- here's the delegated call to the old PL/SQL routine
1859: iby_ext_bankacct_pub.change_primary_acct_owner(p_api_version,
1860: p_init_msg_list,
1861: p_bank_acct_id,
1862: p_acct_owner_party_id,
1863: x_return_status,

Line 1881: end iby_ext_bankacct_pub_w;

1877: p7_a1 := ddx_response.result_category;
1878: p7_a2 := ddx_response.result_message;
1879: end;
1880:
1881: end iby_ext_bankacct_pub_w;