DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PUB dependencies on PA_NUM_TBL_TYPE

Line 3119: -- p_task_version_id_array SYSTEM.PA_NUM_TBL_TYPE Yes Array of checked Element Version Id from the Set Financial Tasks page.

3115: -- Assumptions :
3116:
3117: -- Parameters Type Required Description and Purpose
3118: -- --------------------------- ------ -------- --------------------------------------------------------
3119: -- p_task_version_id_array SYSTEM.PA_NUM_TBL_TYPE Yes Array of checked Element Version Id from the Set Financial Tasks page.
3120: -- p_structure_version_id NUMBER Yes Structure Version Id of the structure being previewed.
3121: -- p_project_id NUMBER Yes Project_id of the project being used.
3122:
3123: PROCEDURE POPULATE_TEMP_TABLE

Line 3132: , p_task_version_id_array IN SYSTEM.PA_NUM_TBL_TYPE := NULL

3128: , p_validate_only IN VARCHAR2 := FND_API.G_FALSE
3129: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
3130: , p_calling_module IN VARCHAR2 := 'SELF_SERVICE'
3131: , p_debug_mode IN VARCHAR2 := 'N'
3132: , p_task_version_id_array IN SYSTEM.PA_NUM_TBL_TYPE := NULL
3133: , p_structure_version_id IN NUMBER
3134: , p_project_id IN NUMBER
3135: , x_return_status OUT NOCOPY VARCHAR2 --File.Sql.39 bug 4440895
3136: , x_msg_count OUT NOCOPY NUMBER --File.Sql.39 bug 4440895