DBA Data[Home] [Help]

APPS.IGC_CC_ACCGNWF_PKG dependencies on PA_PROJECT_TYPES_ALL

Line 135: l_direct_flag pa_project_types_all.direct_flag%TYPE;

131: l_new_combination BOOLEAN := FALSE; -- To verify if this is a new ccid
132:
133:
134: l_class_code pa_class_codes.class_code%TYPE;
135: l_direct_flag pa_project_types_all.direct_flag%TYPE;
136: l_expenditure_category pa_expenditure_categories.expenditure_category%TYPE;
137: l_expenditure_org_name hr_organization_units.name%TYPE;
138: l_project_number pa_projects_all.segment1%TYPE;
139: l_project_organization_name hr_organization_units.name%TYPE;

Line 141: l_project_type pa_project_types_all.project_type%TYPE;

137: l_expenditure_org_name hr_organization_units.name%TYPE;
138: l_project_number pa_projects_all.segment1%TYPE;
139: l_project_organization_name hr_organization_units.name%TYPE;
140: l_project_organization_id hr_organization_units.organization_id %TYPE;
141: l_project_type pa_project_types_all.project_type%TYPE;
142:
143: l_public_sector_flag pa_projects_all.public_sector_flag%TYPE;
144: l_revenue_category pa_expenditure_types.revenue_category_code%TYPE;
145: l_task_number pa_tasks.task_number%TYPE;