DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_PAYEE

Line 674: Function getTID(i_payeeid in iby_payee.payeeid%type,

670: ** Function: getTID
671: ** Purpose: get the next trxnid availabe, make sure there is only one TID
672: ** per tangibleid, payeeid combination
673: */
674: Function getTID(i_payeeid in iby_payee.payeeid%type,
675: i_tangibleid in iby_tangible.tangibleid%type)
676: return number;
677:
678:

Line 685: Function getTIDUniqueCheck(i_payeeid in iby_payee.payeeid%type,

681: ** Purpose: If there is already a trxnid available for a
682: ** tangibleid, payeeid combination this method
683: ** returns -1, else it returns a unique trxnid.
684: */
685: Function getTIDUniqueCheck(i_payeeid in iby_payee.payeeid%type,
686: i_tangibleid in iby_tangible.tangibleid%type)
687: return number;
688:
689:

Line 690: Function getNumPendingTrxns(i_payeeid in iby_payee.payeeid%type,

686: i_tangibleid in iby_tangible.tangibleid%type)
687: return number;
688:
689:
690: Function getNumPendingTrxns(i_payeeid in iby_payee.payeeid%type,
691: i_tangibleid in iby_tangible.tangibleid%type,
692: i_reqtype in iby_trxn_summaries_all.reqtype%type)
693: return number;
694:

Line 817: p_payee_subkey_cipher IN iby_payee_subkeys.subkey_cipher_text%TYPE,

813:
814: FUNCTION unencrypt_instr_num
815: (p_instrnum IN iby_trxn_summaries_all.instrnumber%TYPE,
816: p_payee_key IN iby_security_pkg.des3_key_type,
817: p_payee_subkey_cipher IN iby_payee_subkeys.subkey_cipher_text%TYPE,
818: p_sys_key IN RAW,
819: p_sys_subkey_cipher IN iby_sys_security_subkeys.subkey_cipher_text%TYPE,
820: p_segment_id IN iby_security_segments.sec_segment_id%TYPE,
821: p_segment_cipher IN iby_security_segments.segment_cipher_text%TYPE,