DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on FND_NEW_MESSAGES

Line 1166: l_validate_msg_data FND_NEW_MESSAGES.message_text%TYPE;

1162:
1163:
1164: l_validate_return_status VARCHAR2(1) := 'E';
1165: l_validate_msg_count NUMBER;
1166: l_validate_msg_data FND_NEW_MESSAGES.message_text%TYPE;
1167:
1168: l_return_status VARCHAR2(20);
1169: l_status_code VARCHAR2(20);
1170: l_bc_mode VARCHAR2(1); -- Bug 4995509

Line 1328: l_po_prevent_text FND_NEW_MESSAGES.message_text%TYPE;

1324: l_log_head CONSTANT varchar2(100) := g_log_head || l_api_name;
1325: l_progress VARCHAR2(3) := '000';
1326:
1327: l_debug_count NUMBER;
1328: l_po_prevent_text FND_NEW_MESSAGES.message_text%TYPE;
1329: l_not_processed_msg FND_NEW_MESSAGES.message_text%TYPE;
1330:
1331: -- bug3543542 START
1332: TYPE gl_status_tbl_type IS TABLE OF PO_ENCUMBRANCE_GT.gl_status_code%TYPE;

Line 1329: l_not_processed_msg FND_NEW_MESSAGES.message_text%TYPE;

1325: l_progress VARCHAR2(3) := '000';
1326:
1327: l_debug_count NUMBER;
1328: l_po_prevent_text FND_NEW_MESSAGES.message_text%TYPE;
1329: l_not_processed_msg FND_NEW_MESSAGES.message_text%TYPE;
1330:
1331: -- bug3543542 START
1332: TYPE gl_status_tbl_type IS TABLE OF PO_ENCUMBRANCE_GT.gl_status_code%TYPE;
1333: TYPE gl_result_code_tbl_type IS TABLE OF PO_ENCUMBRANCE_GT.gl_result_code%TYPE;

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

3367: --x_po_return_code
3368: -- The return code for this transaction, based on the GL result
3369: -- code and PO warning conditions
3370: --x_po_return_msg
3371: -- The message name (from FND_NEW_MESSAGES) that corresponds to the
3372: -- x_po_return_code
3373: --Testing:
3374: --
3375: --End of Comments

Line 3393: l_line_token FND_NEW_MESSAGES.message_text%TYPE;

3389:
3390: l_debug_count NUMBER;
3391: l_delim CONSTANT VARCHAR2(1) := ' ';
3392:
3393: l_line_token FND_NEW_MESSAGES.message_text%TYPE;
3394: l_shipment_token FND_NEW_MESSAGES.message_text%TYPE;
3395: l_distribution_token FND_NEW_MESSAGES.message_text%TYPE;
3396: l_warning_rows_flag VARCHAR2(1) := 'N';
3397:

Line 3394: l_shipment_token FND_NEW_MESSAGES.message_text%TYPE;

3390: l_debug_count NUMBER;
3391: l_delim CONSTANT VARCHAR2(1) := ' ';
3392:
3393: l_line_token FND_NEW_MESSAGES.message_text%TYPE;
3394: l_shipment_token FND_NEW_MESSAGES.message_text%TYPE;
3395: l_distribution_token FND_NEW_MESSAGES.message_text%TYPE;
3396: l_warning_rows_flag VARCHAR2(1) := 'N';
3397:
3398: l_sequence_num_tbl PO_TBL_NUMBER;

Line 3395: l_distribution_token FND_NEW_MESSAGES.message_text%TYPE;

3391: l_delim CONSTANT VARCHAR2(1) := ' ';
3392:
3393: l_line_token FND_NEW_MESSAGES.message_text%TYPE;
3394: l_shipment_token FND_NEW_MESSAGES.message_text%TYPE;
3395: l_distribution_token FND_NEW_MESSAGES.message_text%TYPE;
3396: l_warning_rows_flag VARCHAR2(1) := 'N';
3397:
3398: l_sequence_num_tbl PO_TBL_NUMBER;
3399: l_line_num_tbl PO_TBL_NUMBER;