DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on PA_PROJECTS_ALL

Line 2819: FROM pa_projects_all

2815: WHERE organization_id = gms_interface_rec.expenditure_organization_id;
2816:
2817: CURSOR project_number_cur IS
2818: SELECT segment1, org_id
2819: FROM pa_projects_all
2820: WHERE project_id = gms_interface_rec.project_Id;
2821:
2822: -- Included the following cursor for bug fix 1828519
2823: CURSOR employee_name_cur IS

Line 3090: l_table := 'PA_PROJECTS_ALL';

3086: FETCH employee_name_cur INTO l_person_name;
3087: CLOSE employee_name_cur;
3088: -- End of bug fix 1828519
3089: l_value := 'Project Id = '||to_char(gms_interface_rec.project_Id);
3090: l_table := 'PA_PROJECTS_ALL';
3091: fnd_message.set_name('PSP','PSP_TR_VALUE_NOT_FOUND');
3092: fnd_message.set_token('VALUE',l_value);
3093: fnd_message.set_token('TABLE',l_table);
3094: fnd_message.set_token('BATCH_NAME',pc_batch_rec.batch_name); -- Included for bug fix 1828519