DBA Data[Home] [Help]

APPS.OKL_KBK_APPROVALS_WF dependencies on OKL_ACCOUNTING_UTIL

Line 670: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',

666: || '';
667:
668: -- Contract Number, Status
669: l_message := l_message || ''
673: || ''
676: || ''
680: || '';
684:
685: -- Description, Product
686: l_message := l_message || ''
690: || ''
693: || ''
697: || '';
706:
707: -- Currency
708: l_message := l_message || ''
712: || '';
718:
719: -- "Properties" Sub Head
720: l_message := l_message || ''
724: || '';

Line 735: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

731: -- Book Classification
732: l_message := l_message || '
733:


734:
738:
739:
757:
761:
762:
771:
775:
776:
785:
789:
790:
799:
803:
804:
813:
817:
818:
827:
831:
832:
841:
845:
846:
873:
877:
878:
900:
904:
905:
913:
919:
926:
930:
931:
940:
944:
945:
954:
958:
959:
967:
971:
972: '
1006: || '';
1036:
1037: -- Description

Line 1039: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1035: || '';
1036:
1037: -- Description
1038: l_message := l_message || '

';
1045:
1046: -- Function

Line 1048: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1044: || '';
1045:
1046: -- Function
1047: l_message := l_message || '

';
1054:
1055: -- Mandatory

Line 1057: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1053: || '';
1054:
1055: -- Mandatory
1056: l_message := l_message || '

';
1063:
1064: -- Results

Line 1066: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1062: || '';
1063:
1064: -- Results
1065: l_message := l_message || '

';
1072:
1073:

'
670: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
671: p_attribute_code => 'OKL_KDTLS_CONTRACT_NUMBER')
672: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
674: || l_okl_khr_details_rec.contract_number

Line 677: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',

673: || '

'
674: || l_okl_khr_details_rec.contract_number
675: || '
'
677: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
678: p_attribute_code => 'OKL_KDTLS_STATUS')
679: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
681: || l_okl_khr_details_rec.meaning

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

683: || '

'
687: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
688: p_attribute_code => 'OKL_KDTLS_CONTRACT_DESCRIPTION')
689: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
691: || l_okl_khr_details_rec.description

Line 694: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',

690: || '

'
691: || l_okl_khr_details_rec.description
692: || '
'
694: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
695: p_attribute_code => 'OKL_KDTLS_PRODUCT')
696: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
698: || l_okl_khr_details_rec.product

Line 709: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',

705: l_message := l_message || '

' || G_CHAR_AMPERSAND || 'nbsp;
'
709: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
710: p_attribute_code => 'OKL_KDTLS_CURRENCY')
711: || '
='
713: || l_okl_khr_details_rec.currency_code

Line 721: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

717: l_message := l_message || '

' || G_CHAR_AMPERSAND || 'nbsp;

'
721: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
722: p_attribute_code => 'OKL_PROPERTIES')
723: || '

'
725: || '
'
735: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
736: p_attribute_code => 'OKL_DEAL_TYPE')
737: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 748: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',

744:
745: -- True Tax
746: IF l_okl_khr_details_rec.deal_type = 'LEASEOP' OR
747: l_okl_khr_details_rec.deal_type = 'LEASEDF' THEN
748: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',
749: p_attribute_code => 'OKL_YES');
750: ELSE
751: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',
752: p_attribute_code => 'OKL_NO');

Line 751: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',

747: l_okl_khr_details_rec.deal_type = 'LEASEDF' THEN
748: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',
749: p_attribute_code => 'OKL_YES');
750: ELSE
751: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',
752: p_attribute_code => 'OKL_NO');
753: END IF;
754:
755: l_message := l_message || '

Line 758: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

754:
755: l_message := l_message || '
756:

'
758: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
759: p_attribute_code => 'OKL_TRUE_TAX')
760: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 772: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

768: -- Start Date
769: l_message := l_message || '
770:

'
772: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
773: p_attribute_code => 'OKL_START_DATE')
774: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 786: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

782: -- End Date
783: l_message := l_message || '
784:

'
786: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
787: p_attribute_code => 'OKL_END_DATE')
788: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 800: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

796: -- Legal Entity
797: l_message := l_message || '
798:

'
800: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
801: p_attribute_code => 'OKL_LEGAL_ENTITY')
802: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 814: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

810: -- End of Term Option
811: l_message := l_message || '
812:

'
814: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
815: p_attribute_code => 'OKL_EOT_OPTION')
816: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 828: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

824: -- End of Term amount
825: l_message := l_message || '
826:

'
828: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
829: p_attribute_code => 'OKL_EOT_AMOUNT')
830: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 842: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

838: -- Private Label
839: l_message := l_message || '
840:

'
842: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
843: p_attribute_code => 'OKL_PRIVATE_LABEL')
844: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 874: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

870: END IF;
871: l_message := l_message || '
872:

'
874: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
875: p_attribute_code => 'OKL_TOTAL_FIN_AMOUNT')
876: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 901: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

897: END IF;
898: l_message := l_message || '
899:

'
901: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
902: p_attribute_code => 'OKL_TOTAL_RES_AMOUNT')
903: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 915: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

911: -- "Yields" Sub Head
912: l_message := l_message || '


914:

'
915: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
916: p_attribute_code => 'OKL_YIELDS')
917: || '


918:

Line 927: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

923: -- Pre tax irr
924: l_message := l_message || '
925:

'
927: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
928: p_attribute_code => 'OKL_PRE_TAX_IRR')
929: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 941: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

937: -- After tax irr
938: l_message := l_message || '
939:

'
941: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
942: p_attribute_code => 'OKL_AFTER_TAX_IRR')
943: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 955: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

951: -- Implicit Interest Rate
952: l_message := l_message || '
953:

'
955: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
956: p_attribute_code => 'OKL_IMPLICIT_IR')
957: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 968: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

964: -- After tax yield
965: l_message := l_message || '
966:

'
968: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
969: p_attribute_code => 'OKL_AFTER_TAXT_ROE')
970: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 994: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

990: END IF;
991: END LOOP;
992:
993: IF l_flag = 'Passed' THEN
994: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
995: p_attribute_code => 'OKL_PASSED');
996: ELSIF l_flag = 'Failed' THEN
997: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
998: p_attribute_code => 'OKL_FAILED');

Line 997: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

993: IF l_flag = 'Passed' THEN
994: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
995: p_attribute_code => 'OKL_PASSED');
996: ELSIF l_flag = 'Failed' THEN
997: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
998: p_attribute_code => 'OKL_FAILED');
999: END IF;
1000:
1001: -- Checklist Validation Result

Line 1003: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',

999: END IF;
1000:
1001: -- Checklist Validation Result
1002: l_message := l_message || '

'
1003: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
1004: p_attribute_code => 'OKL_CHKLIST_VAL_RESULT')
1005: || '
='
1007: || l_flag

Line 1030: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1026:
1027: -- Headers for the creditline details table.
1028: -- Checklist Item
1029: l_message := l_message || '

'
1033: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1034: p_attribute_code => 'OKL_ITEM')

Line 1033: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1029: l_message := l_message || '

'
1033: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1034: p_attribute_code => 'OKL_ITEM')
1035: || '
'
1042: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1043: p_attribute_code => 'OKL_DESCRIPTION')

Line 1042: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1038: l_message := l_message || '

'
1042: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1043: p_attribute_code => 'OKL_DESCRIPTION')
1044: || '
'
1051: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1052: p_attribute_code => 'OKL_FUNCTION')

Line 1051: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1047: l_message := l_message || '

'
1051: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1052: p_attribute_code => 'OKL_FUNCTION')
1053: || '
'
1060: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1061: p_attribute_code => 'OKL_MANDATORY')

Line 1060: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1056: l_message := l_message || '

'
1060: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1061: p_attribute_code => 'OKL_MANDATORY')
1062: || '
'
1069: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1070: p_attribute_code => 'OKL_RESULTS')

Line 1069: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1065: l_message := l_message || '

'
1069: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1070: p_attribute_code => 'OKL_RESULTS')
1071: || '