DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on PA_PROJECT_CLASSES_PKG

Line 2848: --dbms_output.put_line('Pa_project_classes_pkg.insert_row Project Data ');

2844: RAISE FND_API.G_EXC_ERROR;
2845: End if;
2846: End if;
2847:
2848: --dbms_output.put_line('Pa_project_classes_pkg.insert_row Project Data ');
2849: if (p_debug_mode = 'Y') then
2850: pa_debug.debug('Create classification PVT: Calling Table handler to insert new classification record ');
2851: end if;
2852: pa_project_classes_pkg.insert_row

Line 2852: pa_project_classes_pkg.insert_row

2848: --dbms_output.put_line('Pa_project_classes_pkg.insert_row Project Data ');
2849: if (p_debug_mode = 'Y') then
2850: pa_debug.debug('Create classification PVT: Calling Table handler to insert new classification record ');
2851: end if;
2852: pa_project_classes_pkg.insert_row
2853: ( l_row_id
2854: ,p_object_id
2855: ,p_object_type
2856: ,p_class_category

Line 3245: pa_project_classes_pkg.update_row

3241: CLOSE l_get_classification;
3242: -- anlee end of changes
3243:
3244: if p_validate_only <> FND_API.G_TRUE then
3245: pa_project_classes_pkg.update_row
3246: ( X_rowid => p_rowid
3247: ,X_object_id => p_object_id
3248: ,X_object_type => p_object_type
3249: ,X_class_category => p_class_category

Line 3904: pa_project_classes_pkg.delete_row

3900: THEN
3901: if (p_debug_mode = 'Y') then
3902: pa_debug.debug('Delete classification PVT: Calling table handler to delete classfications record');
3903: end if;
3904: pa_project_classes_pkg.delete_row
3905: ( l_row_id);
3906:
3907: -- anlee
3908: -- Ext Attribute changes