DBA Data[Home] [Help]

APPS.IBY_EXT_BANKACCT_PUB dependencies on IBY_FNDCPT_COMMON_PUB

Line 223: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

219: x_bank_id OUT NOCOPY NUMBER,
220: x_return_status OUT NOCOPY VARCHAR2,
221: x_msg_count OUT NOCOPY NUMBER,
222: x_msg_data OUT NOCOPY VARCHAR2,
223: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
224: );
225:
226:
227: -- 2. update_ext_bank

Line 244: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

240: p_ext_bank_rec IN ExtBank_rec_type,
241: x_return_status OUT NOCOPY VARCHAR2,
242: x_msg_count OUT NOCOPY NUMBER,
243: x_msg_data OUT NOCOPY VARCHAR2,
244: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
245: );
246:
247:
248: -- 3. set_bank_end_date

Line 266: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

262: p_end_date IN DATE,
263: x_return_status OUT NOCOPY VARCHAR2,
264: x_msg_count OUT NOCOPY NUMBER,
265: x_msg_data OUT NOCOPY VARCHAR2,
266: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
267: );
268:
269:
270: -- 4. check_bank_exist

Line 292: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

288: x_msg_count OUT NOCOPY NUMBER,
289: x_msg_data OUT NOCOPY VARCHAR2,
290: x_bank_id OUT NOCOPY NUMBER,
291: x_end_date OUT NOCOPY DATE,
292: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
293: );
294:
295:
296: -- 5. create_ext_bank_branch

Line 314: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

310: x_branch_id OUT NOCOPY NUMBER,
311: x_return_status OUT NOCOPY VARCHAR2,
312: x_msg_count OUT NOCOPY NUMBER,
313: x_msg_data OUT NOCOPY VARCHAR2,
314: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
315: );
316:
317:
318: -- 6. update_ext_bank_branch

Line 335: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

331: p_ext_bank_branch_rec IN OUT NOCOPY ExtBankBranch_rec_type,
332: x_return_status OUT NOCOPY VARCHAR2,
333: x_msg_count OUT NOCOPY NUMBER,
334: x_msg_data OUT NOCOPY VARCHAR2,
335: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
336: );
337:
338:
339: -- 7. set_ext_bank_branch_end_date

Line 357: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

353: p_end_date IN DATE,
354: x_return_status OUT NOCOPY VARCHAR2,
355: x_msg_count OUT NOCOPY NUMBER,
356: x_msg_data OUT NOCOPY VARCHAR2,
357: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
358: );
359:
360:
361: -- 8. check_ext_bank_branch_exist

Line 383: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

379: x_msg_count OUT NOCOPY NUMBER,
380: x_msg_data OUT NOCOPY VARCHAR2,
381: x_branch_id OUT NOCOPY NUMBER,
382: x_end_date OUT NOCOPY DATE,
383: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
384: );
385:
386:
387: -- 9. create_ext_bank_acct

Line 405: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

401: x_acct_id OUT NOCOPY NUMBER,
402: x_return_status OUT NOCOPY VARCHAR2,
403: x_msg_count OUT NOCOPY NUMBER,
404: x_msg_data OUT NOCOPY VARCHAR2,
405: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
406: );
407:
408: --- Updated for the bug 6461487
409: PROCEDURE create_ext_bank_acct (

Line 422: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

418: x_acct_id OUT NOCOPY NUMBER,
419: x_return_status OUT NOCOPY VARCHAR2,
420: x_msg_count OUT NOCOPY NUMBER,
421: x_msg_data OUT NOCOPY VARCHAR2,
422: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
423: );
424:
425:
426: -- 10. update_ext_bank_acct

Line 443: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

439: p_ext_bank_acct_rec IN OUT NOCOPY ExtBankAcct_rec_type,
440: x_return_status OUT NOCOPY VARCHAR2,
441: x_msg_count OUT NOCOPY NUMBER,
442: x_msg_data OUT NOCOPY VARCHAR2,
443: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
444: );
445:
446:
447: -- 11. get_ext_bank_acct

Line 465: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

461: x_return_status OUT NOCOPY VARCHAR2,
462: x_msg_count OUT NOCOPY NUMBER,
463: x_msg_data OUT NOCOPY VARCHAR2,
464: x_bankacct OUT NOCOPY ExtBankAcct_rec_type,
465: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
466: );
467:
468:
469: -- 12. get_ext_bank_acct

Line 489: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

485: x_return_status OUT NOCOPY VARCHAR2,
486: x_msg_count OUT NOCOPY NUMBER,
487: x_msg_data OUT NOCOPY VARCHAR2,
488: x_bankacct OUT NOCOPY ExtBankAcct_rec_type,
489: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
490: );
491:
492:
493: -- 13. set_ext_bank_acct_dates

Line 513: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

509: p_object_version_number IN OUT NOCOPY NUMBER,
510: x_return_status OUT NOCOPY VARCHAR2,
511: x_msg_count OUT NOCOPY NUMBER,
512: x_msg_data OUT NOCOPY VARCHAR2,
513: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
514: );
515:
516:
517: -- 14. check_ext_acct_exist

Line 539: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

535: x_end_date OUT NOCOPY DATE,
536: x_return_status OUT NOCOPY VARCHAR2,
537: x_msg_count OUT NOCOPY NUMBER,
538: x_msg_data OUT NOCOPY VARCHAR2,
539: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
540: );
541:
542: -- 14. check_ext_acct_exist
543: --

Line 578: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

574: x_end_date OUT NOCOPY DATE,
575: x_return_status OUT NOCOPY VARCHAR2,
576: x_msg_count OUT NOCOPY NUMBER,
577: x_msg_data OUT NOCOPY VARCHAR2,
578: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
579: );
580:
581:
582: -- 15. create_intermediary_acct

Line 600: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

596: x_intermediary_acct_id OUT NOCOPY NUMBER,
597: x_return_status OUT NOCOPY VARCHAR2,
598: x_msg_count OUT NOCOPY NUMBER,
599: x_msg_data OUT NOCOPY VARCHAR2,
600: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
601: );
602:
603:
604: -- 16. Update_Intermediary_Acct

Line 621: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

617: p_intermed_acct_rec IN OUT NOCOPY IntermediaryAcct_rec_type,
618: x_return_status OUT NOCOPY VARCHAR2,
619: x_msg_count OUT NOCOPY NUMBER,
620: x_msg_data OUT NOCOPY VARCHAR2,
621: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
622: );
623:
624:
625: -- 17. add_joint_account_owner

Line 644: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

640: x_joint_acct_owner_id OUT NOCOPY NUMBER,
641: x_return_status OUT NOCOPY VARCHAR2,
642: x_msg_count OUT NOCOPY NUMBER,
643: x_msg_data OUT NOCOPY VARCHAR2,
644: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
645: );
646:
647:
648: -- 18. set_joint_acct_owner_end_date

Line 667: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

663: p_object_version_number IN OUT NOCOPY NUMBER,
664: x_return_status OUT NOCOPY VARCHAR2,
665: x_msg_count OUT NOCOPY NUMBER,
666: x_msg_data OUT NOCOPY VARCHAR2,
667: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
668: );
669:
670:
671: -- 19. change_primary_acct_owner

Line 689: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

685: p_acct_owner_party_id IN NUMBER,
686: x_return_status OUT NOCOPY VARCHAR2,
687: x_msg_count OUT NOCOPY NUMBER,
688: x_msg_data OUT NOCOPY VARCHAR2,
689: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
690: );
691:
692:
693: -- 100. Mask_Bank_Number