DBA Data[Home] [Help]

APPS.IGC_CC_ACCGNWF_PKG dependencies on PA_PROJECT_TYPES_ALL

Line 134: l_direct_flag pa_project_types_all.direct_flag%TYPE;

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

Line 140: l_project_type pa_project_types_all.project_type%TYPE;

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