DBA Data[Home] [Help]

APPS.PA_RBS_MAPPING dependencies on PA_EXPENDITURE_CATEGORIES

Line 2776: pa_expenditure_categories ec

2772: head.person_type = nvl(tmp.person_type_code,'PJI$NULL')
2773: ) )TAB1,
2774: pa_event_types evt,
2775: pa_expenditure_types et,
2776: pa_expenditure_categories ec
2777: WHERE
2778: tab1.event_type_id = evt.event_type_id (+) and
2779: tab1.expenditure_type_id = et.expenditure_type_id (+) and
2780: tab1.expenditure_category_id = ec.expenditure_category_id (+);