DBA Data[Home] [Help]

APPS.PA_UTILS2 dependencies on PA_ORGANIZATIONS_EXPEND_V

Line 26: FROM pa_organizations_expend_v

22: -- otherwise , it returns 'N'
23:
24: CURSOR l_exp_org_csr IS
25: SELECT 'x'
26: FROM pa_organizations_expend_v
27: WHERE organization_id = x_org_id
28: and active_flag = 'Y'
29: and trunc(x_txn_date) between date_from and nvl(date_to,trunc(x_txn_date));
30: