DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PUB dependencies on PA_CI_ACTIONS_PUB

Line 5811: pa_debug.g_err_stage:= 'Before Calling PA_CI_ACTIONS_PUB.Add_CI_Comment in a for loop';

5807: -- he would be able to see the Control Item on the UI.
5808: IF (PA_CI_SECURITY_PKG.Check_View_Access (p_Ci_Id, l_ProjectId, l_StatusCode, l_CiTypeClassCode) = 'T') THEN
5809: -- For each Comment in the passed in array, insert it.
5810: if l_debug_mode = 'Y' then
5811: pa_debug.g_err_stage:= 'Before Calling PA_CI_ACTIONS_PUB.Add_CI_Comment in a for loop';
5812: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
5813: end if;
5814: FOR i IN 1..p_Comments_Tbl.COUNT LOOP
5815: PA_CI_ACTIONS_PUB.Add_CI_Comment (

Line 5815: PA_CI_ACTIONS_PUB.Add_CI_Comment (

5811: pa_debug.g_err_stage:= 'Before Calling PA_CI_ACTIONS_PUB.Add_CI_Comment in a for loop';
5812: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
5813: end if;
5814: FOR i IN 1..p_Comments_Tbl.COUNT LOOP
5815: PA_CI_ACTIONS_PUB.Add_CI_Comment (
5816: p_Api_Version => p_Api_Version_Number
5817: , p_Init_Msg_List => 'F'
5818: , p_Commit => 'F'
5819: , p_Validate_Only => 'F'