DBA Data[Home] [Help]

APPS.OKL_CREDIT_LINE_WF dependencies on OKL_ACCOUNTING_UTIL

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

678: || '';
679:
680: -- Credit Line, Currency
681: l_message := l_message || ''
685: || ''
688: || ''
692: || '';
696:
697: -- Description, Effective From
698: l_message := l_message || ''
702: || ''
705: || ''
709: || '';
713:
714: -- Customer, Effective To
715: l_message := l_message || ''
719: || ''
722: || ''
726: || '';
730:
731: -- Customer Account, Total Credit Limit
732: l_message := l_message || ''
736: || ''
739: || ''
743: || ''
772: || '';
795:
796: -- Description

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

794: || '';
795:
796: -- Description
797: l_message := l_message || '

';
804:
805: -- Function

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

803: || '';
804:
805: -- Function
806: l_message := l_message || '

';
813:
814: -- Mandatory

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

812: || '';
813:
814: -- Mandatory
815: l_message := l_message || '

';
822:
823: -- Results

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

821: || '';
822:
823: -- Results
824: l_message := l_message || '

';
831:
832:

'
682: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
683: p_attribute_code => 'OKL_CREDIT')
684: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
686: || l_okl_crtline_rec.contract_number

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

685: || '

'
686: || l_okl_crtline_rec.contract_number
687: || '
'
689: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
690: p_attribute_code => 'OKL_CURRENCY')
691: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
693: || l_okl_crtline_rec.currency_code

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

695: || '

'
699: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
700: p_attribute_code => 'OKL_DESCRIPTION')
701: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
703: || l_okl_crtline_rec.description

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

702: || '

'
703: || l_okl_crtline_rec.description
704: || '
'
706: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
707: p_attribute_code => 'OKL_EFFECTIVE_FROM')
708: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
710: || to_date(l_okl_crtline_rec.start_date,'dd-mm-yyyy')

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

712: || '

'
716: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
717: p_attribute_code => 'OKL_CUSTOMER')
718: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
720: || l_okl_crtline_rec.customer_name

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

719: || '

'
720: || l_okl_crtline_rec.customer_name
721: || '
'
723: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
724: p_attribute_code => 'OKL_EFFECTIVE_TO')
725: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
727: || to_date(l_okl_crtline_rec.end_date,'dd-mm-yyyy')

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

729: || '

'
733: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
734: p_attribute_code => 'OKL_KDTLS_CUSTOMER_ACCOUNT_N')
735: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
737: || l_okl_crtline_rec.cust_acct_number

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

736: || '

'
737: || l_okl_crtline_rec.cust_acct_number
738: || '
'
740: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
741: p_attribute_code => 'OKL_TOTAL_CREDIT_LIMIT')
742: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
744: || TO_CHAR(l_okl_crtline_rec.total_limit,'999,999,999,999,999,999.00')

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

756: END IF;
757: END LOOP;
758:
759: IF l_flag = 'Passed' THEN
760: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
761: p_attribute_code => 'OKL_PASSED');
762: ELSIF l_flag = 'Failed' THEN
763: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
764: p_attribute_code => 'OKL_FAILED');

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

759: IF l_flag = 'Passed' THEN
760: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
761: p_attribute_code => 'OKL_PASSED');
762: ELSIF l_flag = 'Failed' THEN
763: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
764: p_attribute_code => 'OKL_FAILED');
765: END IF;
766:
767: -- Checklist Validation Result

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

765: END IF;
766:
767: -- Checklist Validation Result
768: l_message := l_message || '

'
769: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
770: p_attribute_code => 'OKL_CHKLIST_VAL_RESULT')
771: || '
='
773: || l_flag

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

785:
786: -- Headers for the creditline details table.
787: -- Checklist Item
788: l_message := l_message || '

'
792: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
793: p_attribute_code => 'OKL_ITEM')

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

788: l_message := l_message || '

'
792: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
793: p_attribute_code => 'OKL_ITEM')
794: || '
'
801: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
802: p_attribute_code => 'OKL_DESCRIPTION')

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

797: l_message := l_message || '

'
801: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
802: p_attribute_code => 'OKL_DESCRIPTION')
803: || '
'
810: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
811: p_attribute_code => 'OKL_FUNCTION')

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

806: l_message := l_message || '

'
810: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
811: p_attribute_code => 'OKL_FUNCTION')
812: || '
'
819: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
820: p_attribute_code => 'OKL_MANDATORY')

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

815: l_message := l_message || '

'
819: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
820: p_attribute_code => 'OKL_MANDATORY')
821: || '
'
828: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
829: p_attribute_code => 'OKL_RESULTS')

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

824: l_message := l_message || '

'
828: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
829: p_attribute_code => 'OKL_RESULTS')
830: || '