DBA Data[Home] [Help]

APPS.LNS_REP_UTILS dependencies on MO_GLOBAL

Line 353: l_org_id := MO_GLOBAL.GET_CURRENT_ORG_ID();

349: l_legal_entity_id := legal_entity_id;
350: g_loan_start_date_from := trunc(fnd_date.canonical_to_date(loan_start_date_from));
351: g_loan_start_date_to := trunc(fnd_date.canonical_to_date(loan_start_date_to));
352: l_cust_account_id := cust_account_id;
353: l_org_id := MO_GLOBAL.GET_CURRENT_ORG_ID();
354: IF nvl(INCLUDE_CHARTS, 'N') = 'Y' THEN
355: l_include_charts := 'Yes';
356: ELSE
357: l_include_charts := 'No';

Line 891: l_org_id := MO_GLOBAL.GET_CURRENT_ORG_ID();

887: l_legal_entity_id := legal_entity_id;
888: g_bill_due_date_from := trunc(fnd_date.canonical_to_date(bill_due_date_from));
889: g_bill_due_date_to := trunc(fnd_date.canonical_to_date(bill_due_date_to));
890: l_cust_account_id := cust_account_id;
891: l_org_id := MO_GLOBAL.GET_CURRENT_ORG_ID();
892: BEGIN
893: SELECT loan_type_desc
894: into l_loan_type_desc
895: from lns_loan_types_vl