DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on FND_MSG_PUB

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

355: );
356:
357: IF l_return_status <> 'S' then
358:
359: --debug_msg_s1('Error: || ' || fnd_msg_pub.get(p_msg_index => 1,
360: -- p_encoded => FND_API.G_FALSE));
361: NULL;
362:
363: END IF;

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

479:
480: IF l_return_status <> 'S' then
481:
482: -- #Bug#13683760 changes start.
483: --debug_msg_s1('Error: || ' || fnd_msg_pub.get(p_msg_index => 1,
484: --p_encoded => FND_API.G_FALSE));
485: NULL;
486: l_msg_data := fnd_msg_pub.get(p_msg_index => 1,
487: p_encoded => FND_API.G_FALSE);

Line 486: l_msg_data := fnd_msg_pub.get(p_msg_index => 1,

482: -- #Bug#13683760 changes start.
483: --debug_msg_s1('Error: || ' || fnd_msg_pub.get(p_msg_index => 1,
484: --p_encoded => FND_API.G_FALSE));
485: NULL;
486: l_msg_data := fnd_msg_pub.get(p_msg_index => 1,
487: p_encoded => FND_API.G_FALSE);
488:
489: wf_engine.SetItemAttrText( itemtype
490: , itemkey

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

663: );
664: --debug_msg_s1 ('after approve the ci ' || l_return_status);
665:
666: IF l_return_status <> 'S' then
667: --debug_msg_s1('Error: || ' || fnd_msg_pub.get(p_msg_index => 1,
668: -- p_encoded => FND_API.G_FALSE));
669:
670: -- #Bug#13683760 changes start.
671: l_msg_data := fnd_msg_pub.get(p_msg_index => 1,

Line 671: l_msg_data := fnd_msg_pub.get(p_msg_index => 1,

667: --debug_msg_s1('Error: || ' || fnd_msg_pub.get(p_msg_index => 1,
668: -- p_encoded => FND_API.G_FALSE));
669:
670: -- #Bug#13683760 changes start.
671: l_msg_data := fnd_msg_pub.get(p_msg_index => 1,
672: p_encoded => FND_API.G_FALSE);
673: wf_engine.SetItemAttrText( itemtype
674: , itemkey
675: , 'ERROR_MSG'

Line 1303: l_msg_count := FND_MSG_PUB.count_msg;

1299: EXCEPTION
1300:
1301: WHEN Invalid_Arg_Exc_CI THEN
1302: x_return_status := FND_API.G_RET_STS_ERROR;
1303: l_msg_count := FND_MSG_PUB.count_msg;
1304:
1305: IF get_project_id%ISOPEN THEN
1306: CLOSE get_project_id;
1307: END IF;

Line 1338: FND_MSG_PUB.add_exc_msg

1334: IF get_project_id%ISOPEN THEN
1335: CLOSE get_project_id;
1336: END IF;
1337:
1338: FND_MSG_PUB.add_exc_msg
1339: ( p_pkg_name => 'PA_CONTROL_ITEMS_WORKFLOW'
1340: ,p_procedure_name => 'START_NOTIFICATION_WF'
1341: ,p_error_text => x_msg_data);
1342:

Line 2129: l_msg_count := FND_MSG_PUB.count_msg;

2125: EXCEPTION
2126:
2127: WHEN Invalid_Arg_Exc_CI THEN
2128: x_return_status := FND_API.G_RET_STS_ERROR;
2129: l_msg_count := FND_MSG_PUB.count_msg;
2130:
2131: IF get_project_info%ISOPEN THEN
2132: CLOSE get_project_info;
2133: END IF;

Line 2204: FND_MSG_PUB.add_exc_msg

2200: IF get_comment_text%ISOPEN THEN
2201: CLOSE get_comment_text;
2202: END IF;
2203:
2204: FND_MSG_PUB.add_exc_msg
2205: ( p_pkg_name => 'PA_CONTROL_ITEMS_WORKFLOW'
2206: ,p_procedure_name => 'set_workflow_attributes'
2207: ,p_error_text => x_msg_data);
2208:

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

2476: resultout := wf_engine.eng_completed||':'||'F';
2477: WHEN OTHERS THEN
2478: ROLLBACK TO CLOSE_CI_ACTION;
2479: resultout := wf_engine.eng_completed||':'||'F';
2480: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_WORKFLOW',
2481: p_procedure_name => 'CLOSE_CI_ACTIONS',
2482: p_error_text => SUBSTRB(SQLERRM,1,240));
2483: RAISE;
2484: END CLOSE_CI_ACTION;

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

2650: resultout := wf_engine.eng_completed||':'||'F';
2651: WHEN OTHERS THEN
2652: ROLLBACK TO KEEP_OPEN;
2653: resultout := wf_engine.eng_completed||':'||'F';
2654: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_WORKFLOW',
2655: p_procedure_name => 'KEEP_OPEN',
2656: p_error_text => SUBSTRB(SQLERRM,1,240));
2657: RAISE;
2658: END KEEP_OPEN;