DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on PA_CI_ACTIONS_PVT

Line 2405: PA_CI_ACTIONS_PVT.ADD_CI_COMMENT(

2401: THEN
2402: if (l_comment_text IS NULL) THEN
2403: l_comment_text := ' ';
2404: end if;
2405: PA_CI_ACTIONS_PVT.ADD_CI_COMMENT(
2406: p_api_version => 1.0,
2407: p_init_msg_list => fnd_api.g_true,
2408: p_commit => FND_API.g_false,
2409: p_validate_only => FND_API.g_false,

Line 2619: PA_CI_ACTIONS_PVT.ADD_CI_COMMENT(

2615: OPEN is_comment_inserted_cur(l_ci_action_id);
2616: FETCH is_comment_inserted_cur into l_num_var;
2617: IF is_comment_inserted_cur%NOTFOUND THEN
2618: CLOSE is_comment_inserted_cur;
2619: PA_CI_ACTIONS_PVT.ADD_CI_COMMENT(
2620: p_api_version => 1.0,
2621: p_init_msg_list => fnd_api.g_true,
2622: p_commit => FND_API.g_false,
2623: p_validate_only => FND_API.g_false,