DBA Data[Home] [Help]

APPS.OKL_SEC_AGREEMENT_WF dependencies on OKL_ACCOUNTING_UTIL

Line 676: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_INVESTOR_DTLS',

672: */
673: -- Headers for the creditline details table.
674: -- Investor Agreement Number
675: l_message := l_message || ' '
679: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_INVESTOR_DTLS',
680: p_attribute_code => 'OKL_INV_AGR_NUM')

Line 679: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_INVESTOR_DTLS',

675: l_message := l_message || ' '
679: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_INVESTOR_DTLS',
680: p_attribute_code => 'OKL_INV_AGR_NUM')
681: || '
';
682: -- Pool Number
683: l_message := l_message || ' '
687: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_POOL_SERCH',
688: p_attribute_code => 'OKL_POOL_NUMBER')

Line 687: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_POOL_SERCH',

683: l_message := l_message || ' '
687: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_POOL_SERCH',
688: p_attribute_code => 'OKL_POOL_NUMBER')
689: || '
';
690:
691: -- Transaction Reason

Line 693: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_POOL_TRANS_DTLS',

689: || '';
690:
691: -- Transaction Reason
692: l_message := l_message || ' '
696: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_POOL_TRANS_DTLS',
697: p_attribute_code => 'OKL_TRANSACTION_REASON')

Line 696: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_POOL_TRANS_DTLS',

692: l_message := l_message || ' '
696: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_POOL_TRANS_DTLS',
697: p_attribute_code => 'OKL_TRANSACTION_REASON')
698: || '
';
699:
700: -- Transaction Status

Line 702: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_VIEW_TRX_DTAIL',

698: || '';
699:
700: -- Transaction Status
701: l_message := l_message || ' '
705: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_VIEW_TRX_DTAIL',
706: p_attribute_code => 'OKL_TRANSACTION_STATUS')

Line 705: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_VIEW_TRX_DTAIL',

701: l_message := l_message || ' '
705: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_VIEW_TRX_DTAIL',
706: p_attribute_code => 'OKL_TRANSACTION_STATUS')
707: || '
';
708:
709: -- Transaction Date

Line 711: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_POOL_TRANS_DTLS',

707: || '';
708:
709: -- Transaction Date
710: l_message := l_message || ' '
714: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_POOL_TRANS_DTLS',
715: p_attribute_code => 'OKL_TRANSACTION_DATE')

Line 714: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_POOL_TRANS_DTLS',

710: l_message := l_message || ' '
714: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_POOL_TRANS_DTLS',
715: p_attribute_code => 'OKL_TRANSACTION_DATE')
716: || '
';
717: -- Value Of Streams
718: l_message := l_message || ' '
722: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_SEC_COMMON_HDR',
723: p_attribute_code => 'OKL_VALUE_OF_STREAMS')

Line 722: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_SEC_COMMON_HDR',

718: l_message := l_message || ' '
722: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_SEC_COMMON_HDR',
723: p_attribute_code => 'OKL_VALUE_OF_STREAMS')
724: || '
';
725: /* 08-Feb-2008 ankushar
726: End Changes