DBA Data[Home] [Help]

APPS.PA_RBS_MAPPING dependencies on PA_EXPENDITURE_CATEGORIES

Line 2441: pa_expenditure_categories ec

2437: head.person_type = nvl(tmp.person_type_code,'PJI$NULL')
2438: ) )TAB1,
2439: pa_event_types evt,
2440: pa_expenditure_types et,
2441: pa_expenditure_categories ec
2442: WHERE
2443: tab1.event_type_id = evt.event_type_id (+) and
2444: tab1.expenditure_type_id = et.expenditure_type_id (+) and
2445: tab1.expenditure_category_id = ec.expenditure_category_id (+);