DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on FND_NEW_MESSAGES

Line 1062: l_validate_msg_data FND_NEW_MESSAGES.message_text%TYPE;

1058:
1059:
1060: l_validate_return_status VARCHAR2(1) := 'E';
1061: l_validate_msg_count NUMBER;
1062: l_validate_msg_data FND_NEW_MESSAGES.message_text%TYPE;
1063:
1064: l_return_status VARCHAR2(20);
1065: l_status_code VARCHAR2(20);
1066: l_bc_mode VARCHAR2(1); -- Bug 4995509

Line 1406: l_po_prevent_text FND_NEW_MESSAGES.message_text%TYPE;

1402: l_log_head CONSTANT varchar2(100) := g_log_head || l_api_name;
1403: l_progress VARCHAR2(3) := '000';
1404:
1405: l_debug_count NUMBER;
1406: l_po_prevent_text FND_NEW_MESSAGES.message_text%TYPE;
1407: l_not_processed_msg FND_NEW_MESSAGES.message_text%TYPE;
1408:
1409: -- bug3543542 START
1410: TYPE gl_status_tbl_type IS TABLE OF PO_ENCUMBRANCE_GT.gl_status_code%TYPE;

Line 1407: l_not_processed_msg FND_NEW_MESSAGES.message_text%TYPE;

1403: l_progress VARCHAR2(3) := '000';
1404:
1405: l_debug_count NUMBER;
1406: l_po_prevent_text FND_NEW_MESSAGES.message_text%TYPE;
1407: l_not_processed_msg FND_NEW_MESSAGES.message_text%TYPE;
1408:
1409: -- bug3543542 START
1410: TYPE gl_status_tbl_type IS TABLE OF PO_ENCUMBRANCE_GT.gl_status_code%TYPE;
1411: TYPE gl_result_code_tbl_type IS TABLE OF PO_ENCUMBRANCE_GT.gl_result_code%TYPE;

Line 3701: -- The message name (from FND_NEW_MESSAGES) that corresponds to the

3697: --x_po_return_code
3698: -- The return code for this transaction, based on the GL result
3699: -- code and PO warning conditions
3700: --x_po_return_msg
3701: -- The message name (from FND_NEW_MESSAGES) that corresponds to the
3702: -- x_po_return_code
3703: --Testing:
3704: --
3705: --End of Comments

Line 3723: l_line_token FND_NEW_MESSAGES.message_text%TYPE;

3719:
3720: l_debug_count NUMBER;
3721: l_delim CONSTANT VARCHAR2(1) := ' ';
3722:
3723: l_line_token FND_NEW_MESSAGES.message_text%TYPE;
3724: l_shipment_token FND_NEW_MESSAGES.message_text%TYPE;
3725: l_distribution_token FND_NEW_MESSAGES.message_text%TYPE;
3726: l_warning_rows_flag VARCHAR2(1) := 'N';
3727:

Line 3724: l_shipment_token FND_NEW_MESSAGES.message_text%TYPE;

3720: l_debug_count NUMBER;
3721: l_delim CONSTANT VARCHAR2(1) := ' ';
3722:
3723: l_line_token FND_NEW_MESSAGES.message_text%TYPE;
3724: l_shipment_token FND_NEW_MESSAGES.message_text%TYPE;
3725: l_distribution_token FND_NEW_MESSAGES.message_text%TYPE;
3726: l_warning_rows_flag VARCHAR2(1) := 'N';
3727:
3728: l_sequence_num_tbl PO_TBL_NUMBER;

Line 3725: l_distribution_token FND_NEW_MESSAGES.message_text%TYPE;

3721: l_delim CONSTANT VARCHAR2(1) := ' ';
3722:
3723: l_line_token FND_NEW_MESSAGES.message_text%TYPE;
3724: l_shipment_token FND_NEW_MESSAGES.message_text%TYPE;
3725: l_distribution_token FND_NEW_MESSAGES.message_text%TYPE;
3726: l_warning_rows_flag VARCHAR2(1) := 'N';
3727:
3728: l_sequence_num_tbl PO_TBL_NUMBER;
3729: l_line_num_tbl PO_TBL_NUMBER;