DBA Data[Home] [Help]

APPS.PJI_PMV_UTIL dependencies on PA_FORECAST_ITEM_DETAILS

Line 73: ,pa_forecast_item_details fid

69: CURSOR projects IS
70: select distinct proj.name
71: from pa_projects_all proj
72: ,pa_forecast_items fi
73: ,pa_forecast_item_details fid
74: where fi.item_date = trunc(p_date)
75: and proj.project_id = fi.project_id
76: and fi.person_id = p_person_id
77: and fi.expenditure_organization_id = p_exp_org_id