DBA Data[Home] [Help]

APPS.RCV_DISTRIBUTIONS_S dependencies on PO_MESSAGE_S

Line 87: po_message_s.sql_error ('get_distribution_info', X_progress, SQLCODE);

83: IF X_num_of_distributions = 0 THEN
84:
85: X_progress := '011';
86:
87: po_message_s.sql_error ('get_distribution_info', X_progress, SQLCODE);
88: RAISE NO_DATA_FOUND;
89:
90: /* If there is one distribution then go ahead and fetch the destination
91: from the po_distributions table

Line 333: po_message_s.sql_error ('get_distribution_info', X_progress, SQLCODE);

329:
330:
331: EXCEPTION
332: WHEN OTHERS THEN
333: po_message_s.sql_error ('get_distribution_info', X_progress, SQLCODE);
334: RAISE;
335:
336: END get_distributions_info;
337:

Line 739: PO_MESSAGE_S.sql_error (l_api_name, l_progress, SQLCODE);

735:
736: EXCEPTION
737: WHEN OTHERS THEN
738: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
739: PO_MESSAGE_S.sql_error (l_api_name, l_progress, SQLCODE);
740: END get_misc_distr_info;
741:
742:
743: /**

Line 882: PO_MESSAGE_S.sql_error (l_api_name, l_progress, SQLCODE);

878:
879: EXCEPTION
880: WHEN OTHERS THEN
881: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
882: PO_MESSAGE_S.sql_error (l_api_name, l_progress, SQLCODE);
883: END get_misc_req_distr_info;
884:
885: --
886: