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.10 2011/07/28 12:20:11 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('12/31/+9999', '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 827: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;

823: , p7_a2 out nocopy VARCHAR2
824: )
825:
826: as
827: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;
828: ddx_response iby_fndcpt_common_pub.result_rec_type;
829: ddindx binary_integer; indx binary_integer;
830: begin
831:

Line 890: iby_ext_bankacct_pub.create_ext_bank_acct(p_api_version,

886:
887:
888:
889: -- here's the delegated call to the old PL/SQL routine
890: iby_ext_bankacct_pub.create_ext_bank_acct(p_api_version,
891: p_init_msg_list,
892: ddp_ext_bank_acct_rec,
893: x_acct_id,
894: x_return_status,

Line 977: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;

973: , p12_a2 out nocopy VARCHAR2
974: )
975:
976: as
977: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;
978: ddx_response iby_fndcpt_common_pub.result_rec_type;
979: ddindx binary_integer; indx binary_integer;
980: begin
981:

Line 1045: iby_ext_bankacct_pub.create_ext_bank_acct(p_api_version,

1041:
1042:
1043:
1044: -- here's the delegated call to the old PL/SQL routine
1045: iby_ext_bankacct_pub.create_ext_bank_acct(p_api_version,
1046: p_init_msg_list,
1047: ddp_ext_bank_acct_rec,
1048: p_association_level,
1049: p_supplier_site_id,

Line 1136: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;

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

Line 1198: iby_ext_bankacct_pub.update_ext_bank_acct(p_api_version,

1194:
1195:
1196:
1197: -- here's the delegated call to the old PL/SQL routine
1198: iby_ext_bankacct_pub.update_ext_bank_acct(p_api_version,
1199: p_init_msg_list,
1200: ddp_ext_bank_acct_rec,
1201: x_return_status,
1202: x_msg_count,

Line 1326: ddx_bankacct iby_ext_bankacct_pub.extbankacct_rec_type;

1322: , p7_a2 out nocopy VARCHAR2
1323: )
1324:
1325: as
1326: ddx_bankacct iby_ext_bankacct_pub.extbankacct_rec_type;
1327: ddx_response iby_fndcpt_common_pub.result_rec_type;
1328: ddindx binary_integer; indx binary_integer;
1329: begin
1330:

Line 1341: iby_ext_bankacct_pub.get_ext_bank_acct(p_api_version,

1337:
1338:
1339:
1340: -- here's the delegated call to the old PL/SQL routine
1341: iby_ext_bankacct_pub.get_ext_bank_acct(p_api_version,
1342: p_init_msg_list,
1343: p_bankacct_id,
1344: x_return_status,
1345: x_msg_count,

Line 1472: ddx_bankacct iby_ext_bankacct_pub.extbankacct_rec_type;

1468: , p8_a2 out nocopy VARCHAR2
1469: )
1470:
1471: as
1472: ddx_bankacct iby_ext_bankacct_pub.extbankacct_rec_type;
1473: ddx_response iby_fndcpt_common_pub.result_rec_type;
1474: ddindx binary_integer; indx binary_integer;
1475: begin
1476:

Line 1488: iby_ext_bankacct_pub.get_ext_bank_acct(p_api_version,

1484:
1485:
1486:
1487: -- here's the delegated call to the old PL/SQL routine
1488: iby_ext_bankacct_pub.get_ext_bank_acct(p_api_version,
1489: p_init_msg_list,
1490: p_bankacct_id,
1491: p_sec_key,
1492: x_return_status,

Line 1595: iby_ext_bankacct_pub.set_ext_bank_acct_dates(p_api_version,

1591:
1592:
1593:
1594: -- here's the delegated call to the old PL/SQL routine
1595: iby_ext_bankacct_pub.set_ext_bank_acct_dates(p_api_version,
1596: p_init_msg_list,
1597: p_acct_id,
1598: ddp_start_date,
1599: ddp_end_date,

Line 1683: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;

1679: , p9_a2 out nocopy VARCHAR2
1680: )
1681:
1682: as
1683: ddp_ext_bank_acct_rec iby_ext_bankacct_pub.extbankacct_rec_type;
1684: ddx_response iby_fndcpt_common_pub.result_rec_type;
1685: ddindx binary_integer; indx binary_integer;
1686: begin
1687:

Line 1748: iby_ext_bankacct_pub.check_ext_acct_exist(p_api_version,

1744:
1745:
1746:
1747: -- here's the delegated call to the old PL/SQL routine
1748: iby_ext_bankacct_pub.check_ext_acct_exist(p_api_version,
1749: p_init_msg_list,
1750: ddp_ext_bank_acct_rec,
1751: x_acct_id,
1752: x_start_date,

Line 1815: iby_ext_bankacct_pub.check_ext_acct_exist(p_api_version,

1811:
1812:
1813:
1814: -- here's the delegated call to the old PL/SQL routine
1815: iby_ext_bankacct_pub.check_ext_acct_exist(p_api_version,
1816: p_init_msg_list,
1817: p_bank_id,
1818: p_branch_id,
1819: p_acct_number,

Line 1876: ddp_intermed_acct_rec iby_ext_bankacct_pub.intermediaryacct_rec_type;

1872: , p7_a2 out nocopy VARCHAR2
1873: )
1874:
1875: as
1876: ddp_intermed_acct_rec iby_ext_bankacct_pub.intermediaryacct_rec_type;
1877: ddx_response iby_fndcpt_common_pub.result_rec_type;
1878: ddindx binary_integer; indx binary_integer;
1879: begin
1880:

Line 1904: iby_ext_bankacct_pub.create_intermediary_acct(p_api_version,

1900:
1901:
1902:
1903: -- here's the delegated call to the old PL/SQL routine
1904: iby_ext_bankacct_pub.create_intermediary_acct(p_api_version,
1905: p_init_msg_list,
1906: ddp_intermed_acct_rec,
1907: x_intermediary_acct_id,
1908: x_return_status,

Line 1950: ddp_intermed_acct_rec iby_ext_bankacct_pub.intermediaryacct_rec_type;

1946: , p6_a2 out nocopy VARCHAR2
1947: )
1948:
1949: as
1950: ddp_intermed_acct_rec iby_ext_bankacct_pub.intermediaryacct_rec_type;
1951: ddx_response iby_fndcpt_common_pub.result_rec_type;
1952: ddindx binary_integer; indx binary_integer;
1953: begin
1954:

Line 1977: iby_ext_bankacct_pub.update_intermediary_acct(p_api_version,

1973:
1974:
1975:
1976: -- here's the delegated call to the old PL/SQL routine
1977: iby_ext_bankacct_pub.update_intermediary_acct(p_api_version,
1978: p_init_msg_list,
1979: ddp_intermed_acct_rec,
1980: x_return_status,
1981: x_msg_count,

Line 2039: iby_ext_bankacct_pub.add_joint_account_owner(p_api_version,

2035:
2036:
2037:
2038: -- here's the delegated call to the old PL/SQL routine
2039: iby_ext_bankacct_pub.add_joint_account_owner(p_api_version,
2040: p_init_msg_list,
2041: p_bank_account_id,
2042: p_acct_owner_party_id,
2043: x_joint_acct_owner_id,

Line 2094: iby_ext_bankacct_pub.set_joint_acct_owner_end_date(p_api_version,

2090:
2091:
2092:
2093: -- here's the delegated call to the old PL/SQL routine
2094: iby_ext_bankacct_pub.set_joint_acct_owner_end_date(p_api_version,
2095: p_init_msg_list,
2096: p_acct_owner_id,
2097: ddp_end_date,
2098: p_object_version_number,

Line 2145: iby_ext_bankacct_pub.change_primary_acct_owner(p_api_version,

2141:
2142:
2143:
2144: -- here's the delegated call to the old PL/SQL routine
2145: iby_ext_bankacct_pub.change_primary_acct_owner(p_api_version,
2146: p_init_msg_list,
2147: p_bank_acct_id,
2148: p_acct_owner_party_id,
2149: x_return_status,

Line 2194: iby_ext_bankacct_pub.check_bank_acct_owner(p_api_version,

2190:
2191:
2192:
2193: -- here's the delegated call to the old PL/SQL routine
2194: iby_ext_bankacct_pub.check_bank_acct_owner(p_api_version,
2195: p_init_msg_list,
2196: p_bank_acct_id,
2197: p_acct_owner_party_id,
2198: x_return_status,

Line 2216: end iby_ext_bankacct_pub_w;

2212: p7_a1 := ddx_response.result_category;
2213: p7_a2 := ddx_response.result_message;
2214: end;
2215:
2216: end iby_ext_bankacct_pub_w;