DBA Data[Home] [Help]

APPS.PO_PRICE_ADJUSTMENTS_PKG dependencies on FND_NEW_MESSAGES

Line 417: l_exception_msg FND_NEW_MESSAGES.message_text%TYPE;

413: --
414: l_api_name CONSTANT varchar2(30) := 'popl_manual_overridden_adj';
415: l_log_head CONSTANT varchar2(100) := g_log_head || l_api_name;
416: l_progress VARCHAR2(3) := '000';
417: l_exception_msg FND_NEW_MESSAGES.message_text%TYPE;
418:
419: i PLS_INTEGER;
420: j PLS_INTEGER;
421: k PLS_INTEGER;

Line 1395: l_exception_msg FND_NEW_MESSAGES.message_text%TYPE;

1391: --
1392: l_api_name CONSTANT varchar2(30) := 'extract_price_adjustments';
1393: l_log_head CONSTANT varchar2(100) := g_log_head || l_api_name;
1394: l_progress VARCHAR2(4) := '000';
1395: l_exception_msg FND_NEW_MESSAGES.message_text%TYPE;
1396:
1397: i PLS_INTEGER;
1398:
1399: l_debug_upd_line_adj_tbl NUMBER_TYPE;