DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_UTILS dependencies on FND_MSG_PUB

Line 891: fnd_msg_pub.initialize;

887:
888: BEGIN
889:
890: IF p_init_msg_list = FND_API.G_TRUE THEN
891: fnd_msg_pub.initialize;
892: END IF;
893:
894: x_msg_count := 0;
895: x_msg_data := '';

Line 1019: x_msg_count := FND_MSG_PUB.Count_Msg;

1015: COMMIT;
1016:
1017: END IF;
1018:
1019: x_msg_count := FND_MSG_PUB.Count_Msg;
1020:
1021: IF x_msg_count = 1 THEN
1022: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1023: ,p_msg_index => 1

Line 1041: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',

1037:
1038: ROLLBACK;
1039:
1040: x_return_status := 'U';
1041: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
1042: p_procedure_name => 'ChangeCIStatus',
1043: p_error_text => SUBSTRB(SQLERRM,1,240));
1044:
1045: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 1045: fnd_msg_pub.count_and_get(p_count => x_msg_count,

1041: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
1042: p_procedure_name => 'ChangeCIStatus',
1043: p_error_text => SUBSTRB(SQLERRM,1,240));
1044:
1045: fnd_msg_pub.count_and_get(p_count => x_msg_count,
1046: p_data => x_msg_data);
1047:
1048: END;
1049:

Line 1836: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',

1832: EXCEPTION
1833: WHEN OTHERS THEN
1834:
1835: x_return_status := 'U';
1836: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
1837: p_procedure_name => 'GetDiagramUrl',
1838: p_error_text => SUBSTRB(SQLERRM,1,240));
1839:
1840: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 1840: fnd_msg_pub.count_and_get(p_count => x_msg_count,

1836: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
1837: p_procedure_name => 'GetDiagramUrl',
1838: p_error_text => SUBSTRB(SQLERRM,1,240));
1839:
1840: fnd_msg_pub.count_and_get(p_count => x_msg_count,
1841: p_data => x_msg_data);
1842: END GetDiagramUrl;
1843:
1844:

Line 1956: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',

1952: EXCEPTION
1953: WHEN OTHERS THEN
1954:
1955: x_return_status := 'U';
1956: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
1957: p_procedure_name => 'AbortWorkflow',
1958: p_error_text => SUBSTRB(SQLERRM,1,240));
1959:
1960: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 1960: fnd_msg_pub.count_and_get(p_count => x_msg_count,

1956: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
1957: p_procedure_name => 'AbortWorkflow',
1958: p_error_text => SUBSTRB(SQLERRM,1,240));
1959:
1960: fnd_msg_pub.count_and_get(p_count => x_msg_count,
1961: p_data => x_msg_data);
1962: END AbortWorkflow;
1963:
1964:

Line 2059: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',

2055: WHEN FND_API.G_EXC_ERROR THEN
2056: x_return_status := 'E';
2057: WHEN OTHERS THEN
2058: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2059: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
2060: p_procedure_name => 'ADD_STATUS_CHANGE_COMMENT',
2061: p_error_text => SUBSTRB(SQLERRM,1,240));
2062: RAISE;
2063: END ADD_STATUS_CHANGE_COMMENT;

Line 2083: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',

2079:
2080: EXCEPTION
2081: WHEN OTHERS THEN
2082: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2083: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
2084: p_procedure_name => 'DELETE_OBJ_STATUS_CHANGES',
2085: p_error_text => SUBSTRB(SQLERRM,1,240));
2086: RAISE;
2087: END DELETE_OBJ_STATUS_CHANGES;

Line 2176: fnd_msg_pub.initialize;

2172:
2173: BEGIN
2174:
2175: IF p_init_msg_list = FND_API.G_TRUE THEN
2176: fnd_msg_pub.initialize;
2177: END IF;
2178:
2179: x_msg_count := 0;
2180: x_msg_data := '';

Line 2577: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',

2573:
2574: ROLLBACK;
2575:
2576: x_return_status := 'U';
2577: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
2578: p_procedure_name => 'ChangeCIStatus',
2579: p_error_text => SUBSTRB(SQLERRM,1,240));
2580:
2581: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 2581: fnd_msg_pub.count_and_get(p_count => x_msg_count,

2577: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
2578: p_procedure_name => 'ChangeCIStatus',
2579: p_error_text => SUBSTRB(SQLERRM,1,240));
2580:
2581: fnd_msg_pub.count_and_get(p_count => x_msg_count,
2582: p_data => x_msg_data);
2583:
2584: END ChangeCIStatusValidate;
2585:

Line 2617: fnd_msg_pub.initialize;

2613: l_next_sys_status := getSystemStatus(p_new_status);
2614:
2615:
2616: IF p_init_msg_list = FND_API.G_TRUE THEN
2617: fnd_msg_pub.initialize;
2618: END IF;
2619:
2620: x_msg_count := 0;
2621: x_msg_data := '';

Line 2743: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',

2739:
2740: ROLLBACK;
2741:
2742: x_return_status := 'U';
2743: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
2744: p_procedure_name => 'ChangeCIStatus',
2745: p_error_text => SUBSTRB(SQLERRM,1,240));
2746:
2747: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 2747: fnd_msg_pub.count_and_get(p_count => x_msg_count,

2743: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CONTROL_ITEMS_UTILS',
2744: p_procedure_name => 'ChangeCIStatus',
2745: p_error_text => SUBSTRB(SQLERRM,1,240));
2746:
2747: fnd_msg_pub.count_and_get(p_count => x_msg_count,
2748: p_data => x_msg_data);
2749:
2750: END PostChangeCIStatus;
2751: