DBA Data[Home] [Help]

APPS.IBY_EXT_BANKACCT_PUB dependencies on IBY_FNDCPT_COMMON_PUB

Line 229: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

225: x_bank_id OUT NOCOPY NUMBER,
226: x_return_status OUT NOCOPY VARCHAR2,
227: x_msg_count OUT NOCOPY NUMBER,
228: x_msg_data OUT NOCOPY VARCHAR2,
229: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
230: );
231:
232:
233: -- 2. update_ext_bank

Line 250: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

246: p_ext_bank_rec IN ExtBank_rec_type,
247: x_return_status OUT NOCOPY VARCHAR2,
248: x_msg_count OUT NOCOPY NUMBER,
249: x_msg_data OUT NOCOPY VARCHAR2,
250: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
251: );
252:
253:
254: -- 3. set_bank_end_date

Line 272: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

268: p_end_date IN DATE,
269: x_return_status OUT NOCOPY VARCHAR2,
270: x_msg_count OUT NOCOPY NUMBER,
271: x_msg_data OUT NOCOPY VARCHAR2,
272: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
273: );
274:
275:
276: -- 4. check_bank_exist

Line 298: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

294: x_msg_count OUT NOCOPY NUMBER,
295: x_msg_data OUT NOCOPY VARCHAR2,
296: x_bank_id OUT NOCOPY NUMBER,
297: x_end_date OUT NOCOPY DATE,
298: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
299: );
300:
301:
302: -- 5. create_ext_bank_branch

Line 320: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

316: x_branch_id OUT NOCOPY NUMBER,
317: x_return_status OUT NOCOPY VARCHAR2,
318: x_msg_count OUT NOCOPY NUMBER,
319: x_msg_data OUT NOCOPY VARCHAR2,
320: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
321: );
322:
323:
324: -- 6. update_ext_bank_branch

Line 341: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

337: p_ext_bank_branch_rec IN OUT NOCOPY ExtBankBranch_rec_type,
338: x_return_status OUT NOCOPY VARCHAR2,
339: x_msg_count OUT NOCOPY NUMBER,
340: x_msg_data OUT NOCOPY VARCHAR2,
341: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
342: );
343:
344:
345: -- 7. set_ext_bank_branch_end_date

Line 363: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

359: p_end_date IN DATE,
360: x_return_status OUT NOCOPY VARCHAR2,
361: x_msg_count OUT NOCOPY NUMBER,
362: x_msg_data OUT NOCOPY VARCHAR2,
363: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
364: );
365:
366:
367: -- 8. check_ext_bank_branch_exist

Line 389: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

385: x_msg_count OUT NOCOPY NUMBER,
386: x_msg_data OUT NOCOPY VARCHAR2,
387: x_branch_id OUT NOCOPY NUMBER,
388: x_end_date OUT NOCOPY DATE,
389: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
390: );
391:
392:
393: -- 9. create_ext_bank_acct

Line 411: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

407: x_acct_id OUT NOCOPY NUMBER,
408: x_return_status OUT NOCOPY VARCHAR2,
409: x_msg_count OUT NOCOPY NUMBER,
410: x_msg_data OUT NOCOPY VARCHAR2,
411: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
412: );
413:
414: --- Updated for the bug 6461487
415: PROCEDURE create_ext_bank_acct (

Line 428: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

424: x_acct_id OUT NOCOPY NUMBER,
425: x_return_status OUT NOCOPY VARCHAR2,
426: x_msg_count OUT NOCOPY NUMBER,
427: x_msg_data OUT NOCOPY VARCHAR2,
428: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
429: );
430:
431:
432: -- 10. update_ext_bank_acct

Line 449: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

445: p_ext_bank_acct_rec IN OUT NOCOPY ExtBankAcct_rec_type,
446: x_return_status OUT NOCOPY VARCHAR2,
447: x_msg_count OUT NOCOPY NUMBER,
448: x_msg_data OUT NOCOPY VARCHAR2,
449: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
450: );
451:
452:
453: -- 11. get_ext_bank_acct

Line 471: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

467: x_return_status OUT NOCOPY VARCHAR2,
468: x_msg_count OUT NOCOPY NUMBER,
469: x_msg_data OUT NOCOPY VARCHAR2,
470: x_bankacct OUT NOCOPY ExtBankAcct_rec_type,
471: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
472: );
473:
474:
475: -- 12. get_ext_bank_acct

Line 495: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

491: x_return_status OUT NOCOPY VARCHAR2,
492: x_msg_count OUT NOCOPY NUMBER,
493: x_msg_data OUT NOCOPY VARCHAR2,
494: x_bankacct OUT NOCOPY ExtBankAcct_rec_type,
495: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
496: );
497:
498:
499: -- 13. set_ext_bank_acct_dates

Line 519: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

515: p_object_version_number IN OUT NOCOPY NUMBER,
516: x_return_status OUT NOCOPY VARCHAR2,
517: x_msg_count OUT NOCOPY NUMBER,
518: x_msg_data OUT NOCOPY VARCHAR2,
519: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
520: );
521:
522:
523: -- 14. check_ext_acct_exist

Line 545: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

541: x_end_date OUT NOCOPY DATE,
542: x_return_status OUT NOCOPY VARCHAR2,
543: x_msg_count OUT NOCOPY NUMBER,
544: x_msg_data OUT NOCOPY VARCHAR2,
545: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
546: );
547:
548: -- 14. check_ext_acct_exist
549: --

Line 584: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

580: x_end_date OUT NOCOPY DATE,
581: x_return_status OUT NOCOPY VARCHAR2,
582: x_msg_count OUT NOCOPY NUMBER,
583: x_msg_data OUT NOCOPY VARCHAR2,
584: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
585: );
586:
587:
588: -- 15. create_intermediary_acct

Line 606: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

602: x_intermediary_acct_id OUT NOCOPY NUMBER,
603: x_return_status OUT NOCOPY VARCHAR2,
604: x_msg_count OUT NOCOPY NUMBER,
605: x_msg_data OUT NOCOPY VARCHAR2,
606: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
607: );
608:
609:
610: -- 16. Update_Intermediary_Acct

Line 627: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

623: p_intermed_acct_rec IN OUT NOCOPY IntermediaryAcct_rec_type,
624: x_return_status OUT NOCOPY VARCHAR2,
625: x_msg_count OUT NOCOPY NUMBER,
626: x_msg_data OUT NOCOPY VARCHAR2,
627: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
628: );
629:
630:
631: -- 17. add_joint_account_owner

Line 650: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

646: x_joint_acct_owner_id OUT NOCOPY NUMBER,
647: x_return_status OUT NOCOPY VARCHAR2,
648: x_msg_count OUT NOCOPY NUMBER,
649: x_msg_data OUT NOCOPY VARCHAR2,
650: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
651: );
652:
653:
654: -- 18. set_joint_acct_owner_end_date

Line 673: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

669: p_object_version_number IN OUT NOCOPY NUMBER,
670: x_return_status OUT NOCOPY VARCHAR2,
671: x_msg_count OUT NOCOPY NUMBER,
672: x_msg_data OUT NOCOPY VARCHAR2,
673: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
674: );
675:
676:
677: -- 19. change_primary_acct_owner

Line 695: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

691: p_acct_owner_party_id IN NUMBER,
692: x_return_status OUT NOCOPY VARCHAR2,
693: x_msg_count OUT NOCOPY NUMBER,
694: x_msg_data OUT NOCOPY VARCHAR2,
695: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
696: );
697:
698:
699:

Line 718: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type

714: p_acct_owner_party_id IN NUMBER,
715: x_return_status OUT NOCOPY VARCHAR2,
716: x_msg_count OUT NOCOPY NUMBER,
717: x_msg_data OUT NOCOPY VARCHAR2,
718: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
719: );
720:
721:
722: -- 100. Mask_Bank_Number