DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on FND_MSG_PUB

Line 324: --debug_msg_s1('Error: || ' || fnd_msg_pub.get(p_msg_index => 1,

320: );
321:
322: IF l_return_status <> 'S' then
323:
324: --debug_msg_s1('Error: || ' || fnd_msg_pub.get(p_msg_index => 1,
325: -- p_encoded => FND_API.G_FALSE));
326: NULL;
327:
328: END IF;

Line 436: --debug_msg_s1('Error: || ' || fnd_msg_pub.get(p_msg_index => 1,

432: --debug_msg_s1 ('after reject the ci ' || l_return_status);
433:
434: IF l_return_status <> 'S' then
435:
436: --debug_msg_s1('Error: || ' || fnd_msg_pub.get(p_msg_index => 1,
437: --p_encoded => FND_API.G_FALSE));
438: NULL;
439:
440:

Line 587: --debug_msg_s1('Error: || ' || fnd_msg_pub.get(p_msg_index => 1,

583: --debug_msg_s1 ('after approve the ci ' || l_return_status);
584:
585: IF l_return_status <> 'S' then
586:
587: --debug_msg_s1('Error: || ' || fnd_msg_pub.get(p_msg_index => 1,
588: -- p_encoded => FND_API.G_FALSE));
589:
590: NULL;
591:

Line 1202: l_msg_count := FND_MSG_PUB.count_msg;

1198: EXCEPTION
1199:
1200: WHEN Invalid_Arg_Exc_CI THEN
1201: x_return_status := FND_API.G_RET_STS_ERROR;
1202: l_msg_count := FND_MSG_PUB.count_msg;
1203:
1204: IF get_project_id%ISOPEN THEN
1205: CLOSE get_project_id;
1206: END IF;

Line 1237: FND_MSG_PUB.add_exc_msg

1233: IF get_project_id%ISOPEN THEN
1234: CLOSE get_project_id;
1235: END IF;
1236:
1237: FND_MSG_PUB.add_exc_msg
1238: ( p_pkg_name => 'PA_CONTROL_ITEMS_WORKFLOW'
1239: ,p_procedure_name => 'START_NOTIFICATION_WF'
1240: ,p_error_text => x_msg_data);
1241:

Line 1926: l_msg_count := FND_MSG_PUB.count_msg;

1922: EXCEPTION
1923:
1924: WHEN Invalid_Arg_Exc_CI THEN
1925: x_return_status := FND_API.G_RET_STS_ERROR;
1926: l_msg_count := FND_MSG_PUB.count_msg;
1927:
1928: IF get_project_info%ISOPEN THEN
1929: CLOSE get_project_info;
1930: END IF;

Line 2001: FND_MSG_PUB.add_exc_msg

1997: IF get_comment_text%ISOPEN THEN
1998: CLOSE get_comment_text;
1999: END IF;
2000:
2001: FND_MSG_PUB.add_exc_msg
2002: ( p_pkg_name => 'PA_CONTROL_ITEMS_WORKFLOW'
2003: ,p_procedure_name => 'set_workflow_attributes'
2004: ,p_error_text => x_msg_data);
2005:

Line 2237: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_WORKFLOW',

2233: resultout := wf_engine.eng_completed||':'||'F';
2234: WHEN OTHERS THEN
2235: ROLLBACK TO CLOSE_CI_ACTION;
2236: resultout := wf_engine.eng_completed||':'||'F';
2237: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_WORKFLOW',
2238: p_procedure_name => 'CLOSE_CI_ACTIONS',
2239: p_error_text => SUBSTRB(SQLERRM,1,240));
2240: RAISE;
2241: END CLOSE_CI_ACTION;

Line 2411: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_WORKFLOW',

2407: resultout := wf_engine.eng_completed||':'||'F';
2408: WHEN OTHERS THEN
2409: ROLLBACK TO KEEP_OPEN;
2410: resultout := wf_engine.eng_completed||':'||'F';
2411: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_WORKFLOW',
2412: p_procedure_name => 'KEEP_OPEN',
2413: p_error_text => SUBSTRB(SQLERRM,1,240));
2414: RAISE;
2415: END KEEP_OPEN;