DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on PA_PROJECTS_ALL

Line 2963: FROM pa_projects_all

2959: WHERE organization_id = gms_interface_rec.expenditure_organization_id;
2960:
2961: CURSOR project_number_cur IS
2962: SELECT segment1, org_id
2963: FROM pa_projects_all
2964: WHERE project_id = gms_interface_rec.project_Id;
2965:
2966: -- Included the following cursor for bug fix 1828519
2967: CURSOR employee_name_cur IS

Line 3250: l_table := 'PA_PROJECTS_ALL';

3246: FETCH employee_name_cur INTO l_person_name;
3247: CLOSE employee_name_cur;
3248: -- End of bug fix 1828519
3249: l_value := 'Project Id = '||to_char(gms_interface_rec.project_Id);
3250: l_table := 'PA_PROJECTS_ALL';
3251: fnd_message.set_name('PSP','PSP_TR_VALUE_NOT_FOUND');
3252: fnd_message.set_token('VALUE',l_value);
3253: fnd_message.set_token('TABLE',l_table);
3254: fnd_message.set_token('BATCH_NAME',pc_batch_rec.batch_name); -- Included for bug fix 1828519