DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PUB dependencies on PA_NUM_TBL_TYPE

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

3123: -- Assumptions :
3124:
3125: -- Parameters Type Required Description and Purpose
3126: -- --------------------------- ------ -------- --------------------------------------------------------
3127: -- p_task_version_id_array SYSTEM.PA_NUM_TBL_TYPE Yes Array of checked Element Version Id from the Set Financial Tasks page.
3128: -- p_structure_version_id NUMBER Yes Structure Version Id of the structure being previewed.
3129: -- p_project_id NUMBER Yes Project_id of the project being used.
3130:
3131: PROCEDURE POPULATE_TEMP_TABLE

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

3136: , p_validate_only IN VARCHAR2 := FND_API.G_FALSE
3137: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
3138: , p_calling_module IN VARCHAR2 := 'SELF_SERVICE'
3139: , p_debug_mode IN VARCHAR2 := 'N'
3140: , p_task_version_id_array IN SYSTEM.PA_NUM_TBL_TYPE := NULL
3141: , p_structure_version_id IN NUMBER
3142: , p_project_id IN NUMBER
3143: , x_return_status OUT NOCOPY VARCHAR2 --File.Sql.39 bug 4440895
3144: , x_msg_count OUT NOCOPY NUMBER --File.Sql.39 bug 4440895