DBA Data[Home] [Help]

APPS.PN_LEASE_PVT dependencies on PA_ORGANIZATIONS_EXPEND_V

Line 15638: FROM pa_organizations_expend_v a

15634: END;
15635: BEGIN
15636: SELECT 'x'
15637: INTO l_check
15638: FROM pa_organizations_expend_v a
15639: WHERE active_flag='Y'
15640: AND org_id = g_org_id
15641: AND p_payment_terms_tbl(i).expenditure_item_date between date_from and nvl(date_to,pn_lease_utils.g_pn_miss_date)
15642: AND organization_id = p_payment_terms_tbl(i).organization_id;