DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_PAYEE

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

566: ** Function: getTID
567: ** Purpose: get the next trxnid availabe, make sure there is only one TID
568: ** per tangibleid, payeeid combination
569: */
570: Function getTID(i_payeeid in iby_payee.payeeid%type,
571: i_tangibleid in iby_tangible.tangibleid%type)
572: return number;
573:
574:

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

577: ** Purpose: If there is already a trxnid available for a
578: ** tangibleid, payeeid combination this method
579: ** returns -1, else it returns a unique trxnid.
580: */
581: Function getTIDUniqueCheck(i_payeeid in iby_payee.payeeid%type,
582: i_tangibleid in iby_tangible.tangibleid%type)
583: return number;
584:
585:

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

582: i_tangibleid in iby_tangible.tangibleid%type)
583: return number;
584:
585:
586: Function getNumPendingTrxns(i_payeeid in iby_payee.payeeid%type,
587: i_tangibleid in iby_tangible.tangibleid%type,
588: i_reqtype in iby_trxn_summaries_all.reqtype%type)
589: return number;
590:

Line 713: p_payee_subkey_cipher IN iby_payee_subkeys.subkey_cipher_text%TYPE,

709:
710: FUNCTION unencrypt_instr_num
711: (p_instrnum IN iby_trxn_summaries_all.instrnumber%TYPE,
712: p_payee_key IN iby_security_pkg.des3_key_type,
713: p_payee_subkey_cipher IN iby_payee_subkeys.subkey_cipher_text%TYPE,
714: p_sys_key IN RAW,
715: p_sys_subkey_cipher IN iby_sys_security_subkeys.subkey_cipher_text%TYPE,
716: p_segment_id IN iby_security_segments.sec_segment_id%TYPE,
717: p_segment_cipher IN iby_security_segments.segment_cipher_text%TYPE,