DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on PA_CI_ACTIONS_PVT

Line 2179: PA_CI_ACTIONS_PVT.ADD_CI_COMMENT(

2175:
2176: if (l_comment_text IS NULL) THEN
2177: l_comment_text := ' ';
2178: end if;
2179: PA_CI_ACTIONS_PVT.ADD_CI_COMMENT(
2180: p_api_version => 1.0,
2181: p_init_msg_list => fnd_api.g_true,
2182: p_commit => FND_API.g_false,
2183: p_validate_only => FND_API.g_false,

Line 2376: PA_CI_ACTIONS_PVT.ADD_CI_COMMENT(

2372: OPEN is_comment_inserted_cur(l_ci_action_id);
2373: FETCH is_comment_inserted_cur into l_num_var;
2374: IF is_comment_inserted_cur%NOTFOUND THEN
2375: CLOSE is_comment_inserted_cur;
2376: PA_CI_ACTIONS_PVT.ADD_CI_COMMENT(
2377: p_api_version => 1.0,
2378: p_init_msg_list => fnd_api.g_true,
2379: p_commit => FND_API.g_false,
2380: p_validate_only => FND_API.g_false,