DBA Data[Home] [Help]

APPS.PA_RES_ACCUMS dependencies on PA_RESOURCE_LISTS_ALL_BG

Line 241: (x_res_list_id IN pa_resource_lists_all_bg.resource_list_id%type,

237: x_error_stage OUT NOCOPY VARCHAR2, --File.Sql.39 bug 4440895
238: x_error_code OUT NOCOPY NUMBER); --File.Sql.39 bug 4440895
239:
240: PROCEDURE update_parents_mem_id /* Created for bug# 1889671 */
241: (x_res_list_id IN pa_resource_lists_all_bg.resource_list_id%type,
242: x_err_stage OUT NOCOPY VARCHAR2, --File.Sql.39 bug 4440895
243: x_err_code OUT NOCOPY NUMBER); --File.Sql.39 bug 4440895
244:
245: PROCEDURE ins_temp_res_map_grp /* Created for bug# 1889671 */

Line 246: (x_res_list_id IN pa_resource_lists_all_bg.resource_list_id%type,

242: x_err_stage OUT NOCOPY VARCHAR2, --File.Sql.39 bug 4440895
243: x_err_code OUT NOCOPY NUMBER); --File.Sql.39 bug 4440895
244:
245: PROCEDURE ins_temp_res_map_grp /* Created for bug# 1889671 */
246: (x_res_list_id IN pa_resource_lists_all_bg.resource_list_id%type,
247: x_rl_job_grp_id IN pa_resource_lists_all_bg.job_group_id%type,
248: x_err_stage OUT NOCOPY VARCHAR2, --File.Sql.39 bug 4440895
249: x_err_code OUT NOCOPY NUMBER); --File.Sql.39 bug 4440895
250:

Line 247: x_rl_job_grp_id IN pa_resource_lists_all_bg.job_group_id%type,

243: x_err_code OUT NOCOPY NUMBER); --File.Sql.39 bug 4440895
244:
245: PROCEDURE ins_temp_res_map_grp /* Created for bug# 1889671 */
246: (x_res_list_id IN pa_resource_lists_all_bg.resource_list_id%type,
247: x_rl_job_grp_id IN pa_resource_lists_all_bg.job_group_id%type,
248: x_err_stage OUT NOCOPY VARCHAR2, --File.Sql.39 bug 4440895
249: x_err_code OUT NOCOPY NUMBER); --File.Sql.39 bug 4440895
250:
251: PROCEDURE ins_temp_res_map_ungrp /* Created for bug# 1889671 */

Line 252: (x_res_list_id IN pa_resource_lists_all_bg.resource_list_id%type,

248: x_err_stage OUT NOCOPY VARCHAR2, --File.Sql.39 bug 4440895
249: x_err_code OUT NOCOPY NUMBER); --File.Sql.39 bug 4440895
250:
251: PROCEDURE ins_temp_res_map_ungrp /* Created for bug# 1889671 */
252: (x_res_list_id IN pa_resource_lists_all_bg.resource_list_id%type,
253: x_rl_job_grp_id IN pa_resource_lists_all_bg.job_group_id%type,
254: x_err_stage OUT NOCOPY VARCHAR2, --File.Sql.39 bug 4440895
255: x_err_code OUT NOCOPY NUMBER); --File.Sql.39 bug 4440895
256:

Line 253: x_rl_job_grp_id IN pa_resource_lists_all_bg.job_group_id%type,

249: x_err_code OUT NOCOPY NUMBER); --File.Sql.39 bug 4440895
250:
251: PROCEDURE ins_temp_res_map_ungrp /* Created for bug# 1889671 */
252: (x_res_list_id IN pa_resource_lists_all_bg.resource_list_id%type,
253: x_rl_job_grp_id IN pa_resource_lists_all_bg.job_group_id%type,
254: x_err_stage OUT NOCOPY VARCHAR2, --File.Sql.39 bug 4440895
255: x_err_code OUT NOCOPY NUMBER); --File.Sql.39 bug 4440895
256:
257: END PA_RES_ACCUMS;