DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_PREPROCESSING dependencies on FND_MSG_PUB

Line 841: fnd_msg_pub.add;

837: EXCEPTION
838: WHEN OTHERS THEN
839: --add message to the stack and log a debug msg if necessary
840: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
841: fnd_msg_pub.add;
842: RAISE;
843:
844: END get_all_distributions;
845:

Line 942: fnd_msg_pub.add;

938: END IF;
939: FND_MESSAGE.set_name('PO', 'PO_ALL_INVALID_PARAMETER');
940: FND_MESSAGE.set_token('PROCEDURE', l_api_name);
941: FND_MESSAGE.set_token('PACKAGE', g_pkg_name);
942: fnd_msg_pub.add;
943: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
944:
945: WHEN OTHERS THEN
946: --add message to the stack and log a debug msg if necessary

Line 948: fnd_msg_pub.add;

944:
945: WHEN OTHERS THEN
946: --add message to the stack and log a debug msg if necessary
947: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
948: fnd_msg_pub.add;
949: RAISE;
950:
951: END initialize_encumbrance_gt;
952:

Line 1310: fnd_msg_pub.add;

1306: END IF;
1307: FND_MESSAGE.set_name('PO', 'PO_ALL_INVALID_PARAMETER');
1308: FND_MESSAGE.set_token('PROCEDURE', l_api_name);
1309: FND_MESSAGE.set_token('PACKAGE', g_pkg_name);
1310: fnd_msg_pub.add;
1311: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1312:
1313: WHEN OTHERS THEN
1314: --add message to the stack and log a debug msg if necessary

Line 1316: fnd_msg_pub.add;

1312:
1313: WHEN OTHERS THEN
1314: --add message to the stack and log a debug msg if necessary
1315: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
1316: fnd_msg_pub.add;
1317: RAISE;
1318:
1319: END get_distributions;
1320:

Line 1487: fnd_msg_pub.add;

1483:
1484: WHEN OTHERS THEN
1485: --add message to the stack and log a debug msg if necessary
1486: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
1487: fnd_msg_pub.add;
1488: RAISE;
1489:
1490: END remove_unnecessary_dists;
1491:

Line 1802: fnd_msg_pub.add;

1798:
1799: WHEN OTHERS THEN
1800: --add message to the stack and log a debug msg if necessary
1801: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
1802: fnd_msg_pub.add;
1803: RAISE;
1804:
1805: END update_encumbrance_gt;
1806:

Line 1948: fnd_msg_pub.add;

1944: END IF;
1945: FND_MESSAGE.set_name('PO', 'PO_ALL_INVALID_PARAMETER');
1946: FND_MESSAGE.set_token('PROCEDURE', l_api_name);
1947: FND_MESSAGE.set_token('PACKAGE', g_pkg_name);
1948: fnd_msg_pub.add;
1949: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1950:
1951: WHEN OTHERS THEN
1952: --add message to the stack and log a debug msg if necessary

Line 1954: fnd_msg_pub.add;

1950:
1951: WHEN OTHERS THEN
1952: --add message to the stack and log a debug msg if necessary
1953: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
1954: fnd_msg_pub.add;
1955: RAISE;
1956:
1957: END lock_backing_distributions;
1958:

Line 2281: fnd_msg_pub.add;

2277: END IF;
2278: FND_MESSAGE.set_name('PO', 'PO_ALL_INVALID_PARAMETER');
2279: FND_MESSAGE.set_token('PROCEDURE', l_api_name);
2280: FND_MESSAGE.set_token('PACKAGE', g_pkg_name);
2281: fnd_msg_pub.add;
2282: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2283:
2284: WHEN OTHERS THEN
2285: --add message to the stack and log a debug msg if necessary

Line 2287: fnd_msg_pub.add;

2283:
2284: WHEN OTHERS THEN
2285: --add message to the stack and log a debug msg if necessary
2286: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
2287: fnd_msg_pub.add;
2288: RAISE;
2289:
2290: END filter_backing_distributions;
2291:

Line 2394: fnd_msg_pub.add;

2390: END IF;
2391: FND_MESSAGE.set_name('PO', 'PO_ALL_INVALID_PARAMETER');
2392: FND_MESSAGE.set_token('PROCEDURE', l_api_name);
2393: FND_MESSAGE.set_token('PACKAGE', g_pkg_name);
2394: fnd_msg_pub.add;
2395: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2396:
2397: WHEN OTHERS THEN
2398: --add message to the stack and log a debug msg if necessary

Line 2400: fnd_msg_pub.add;

2396:
2397: WHEN OTHERS THEN
2398: --add message to the stack and log a debug msg if necessary
2399: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
2400: fnd_msg_pub.add;
2401: RAISE;
2402:
2403: END derive_doc_types_from_dist;
2404:

Line 2486: fnd_msg_pub.add;

2482:
2483: WHEN OTHERS THEN
2484: --add message to the stack and log a debug msg if necessary
2485: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
2486: fnd_msg_pub.add;
2487: RAISE;
2488:
2489: END derive_dist_from_doc_types;
2490:

Line 3400: FND_MSG_PUB.add;

3396: po_message_s.sql_error(g_pkg_name,l_api_name,l_progress,SQLCODE,SQLERRM);
3397: END IF;
3398:
3399: -- Add the message that was set to the API message list.
3400: FND_MSG_PUB.add;
3401:
3402: -- RAISE the exception, if necessary.
3403: IF (NVL(l_exc_code,g_INVALID_CALL_EXC_CODE) <> g_SUBMISSION_CHECK_EXC_CODE) THEN
3404: RAISE;

Line 3744: fnd_msg_pub.add;

3740: EXCEPTION
3741: WHEN OTHERS THEN
3742: --add message to the stack and log a debug msg if necessary
3743: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
3744: fnd_msg_pub.add;
3745: x_valid_state_flag := g_doc_state_valid_NO;
3746: RAISE;
3747:
3748: END check_doc_state;

Line 3906: fnd_msg_pub.add;

3902:
3903: WHEN OTHERS THEN
3904: --add message to the stack and log a debug msg if necessary
3905: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
3906: fnd_msg_pub.add;
3907: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3908:
3909: END derive_packet_values;
3910:

Line 4227: fnd_msg_pub.add;

4223:
4224: WHEN OTHERS THEN
4225: --add message to the stack and log a debug msg if necessary
4226: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
4227: fnd_msg_pub.add;
4228: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4229:
4230: END get_period_info;
4231:

Line 4695: fnd_msg_pub.add;

4691:
4692: WHEN OTHERS THEN
4693: --add message to the stack and log a debug msg if necessary
4694: po_message_s.sql_error(g_pkg_name, l_proc_name, l_progress, SQLCODE, SQLERRM);
4695: fnd_msg_pub.add;
4696: RAISE;
4697:
4698: END find_open_period;
4699:

Line 4934: fnd_msg_pub.add;

4930:
4931: WHEN OTHERS THEN
4932: --add message to the stack and log a debug msg if necessary
4933: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
4934: fnd_msg_pub.add;
4935: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4936:
4937: END get_amounts;
4938:

Line 5108: fnd_msg_pub.add;

5104:
5105: WHEN OTHERS THEN
5106: --add message to the stack and log a debug msg if necessary
5107: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
5108: fnd_msg_pub.add;
5109: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5110:
5111: END get_initial_amounts;
5112:

Line 5402: fnd_msg_pub.add;

5398:
5399: WHEN OTHERS THEN
5400: --add message to the stack and log a debug msg if necessary
5401: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
5402: fnd_msg_pub.add;
5403: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5404:
5405: END get_main_doc_amts;
5406:

Line 5811: fnd_msg_pub.add;

5807:
5808: WHEN OTHERS THEN
5809: --add message to the stack and log a debug msg if necessary
5810: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
5811: fnd_msg_pub.add;
5812: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5813:
5814: END get_backing_doc_amts;
5815:

Line 6103: fnd_msg_pub.add;

6099:
6100: WHEN OTHERS THEN
6101: --add message to the stack and log a debug msg if necessary
6102: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
6103: fnd_msg_pub.add;
6104: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6105:
6106: END get_final_amounts;
6107:

Line 6336: fnd_msg_pub.add;

6332:
6333: WHEN OTHERS THEN
6334: --add message to the stack and log a debug msg if necessary
6335: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
6336: fnd_msg_pub.add;
6337: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6338:
6339: END round_and_convert_amounts;
6340:

Line 6589: fnd_msg_pub.add;

6585:
6586: WHEN OTHERS THEN
6587: --add message to the stack and log a debug msg if necessary
6588: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
6589: fnd_msg_pub.add;
6590: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6591:
6592: END check_backing_pa_amounts;
6593:

Line 6757: fnd_msg_pub.add;

6753:
6754: WHEN OTHERS THEN
6755: --add message to the stack and log a debug msg if necessary
6756: po_message_s.sql_error(g_pkg_name, l_proc_name, l_progress, SQLCODE, SQLERRM);
6757: fnd_msg_pub.add;
6758: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6759:
6760: END correct_backing_pa_amounts;
6761:

Line 6919: fnd_msg_pub.add;

6915:
6916: WHEN OTHERS THEN
6917: --add message to the stack and log a debug msg if necessary
6918: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
6919: fnd_msg_pub.add;
6920: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6921:
6922: END set_complex_work_req_amounts;
6923:

Line 7086: fnd_msg_pub.add;

7082: EXCEPTION
7083: WHEN OTHERS THEN
7084: --add message to the stack and log a debug msg if necessary
7085: po_message_s.sql_error(g_pkg_name, l_proc_name, l_progress, SQLCODE, SQLERRM);
7086: fnd_msg_pub.add;
7087: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7088: END correct_backing_req_amounts;
7089: --
7090:

Line 7484: fnd_msg_pub.add;

7480:
7481: WHEN OTHERS THEN
7482: --add message to the stack and log a debug msg if necessary
7483: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
7484: fnd_msg_pub.add;
7485: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7486:
7487: END get_gl_references;
7488:

Line 7645: fnd_msg_pub.add;

7641:
7642: EXCEPTION
7643: WHEN OTHERS THEN
7644: po_message_s.sql_error(g_pkg_name,l_proc_name,l_progress,SQLCODE,SQLERRM);
7645: fnd_msg_pub.add;
7646: RAISE;
7647:
7648: END delete_encumbrance_gt;
7649:

Line 7787: fnd_msg_pub.add;

7783: --
7784: ELSE
7785: l_progress := '050';
7786: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, '000', 'Invalid Action');
7787: fnd_msg_pub.add;
7788: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7789: END IF; -- check on p_action
7790: l_progress:= '060';
7791: --

Line 7926: fnd_msg_pub.add;

7922:
7923: WHEN OTHERS THEN
7924: --add message to the stack and log a debug msg if necessary
7925: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
7926: fnd_msg_pub.add;
7927: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7928:
7929: END update_amounts;
7930: --