DBA Data[Home] [Help]

APPS.EGO_CHANGE_PEOPLE_IMPORT_PKG dependencies on ERROR_HANDLER

Line 156: ERROR_HANDLER.Log_Error(p_write_err_to_inttable => 'Y'

152: --
153:
154: BEGIN
155: IF G_TABLE_LOG THEN
156: ERROR_HANDLER.Log_Error(p_write_err_to_inttable => 'Y'
157: ,p_write_err_to_conclog => 'Y'
158: ,p_write_err_to_debugfile => ERROR_HANDLER.Get_Debug());
159: ELSE
160: ERROR_HANDLER.Log_Error(p_write_err_to_inttable => 'N'

Line 158: ,p_write_err_to_debugfile => ERROR_HANDLER.Get_Debug());

154: BEGIN
155: IF G_TABLE_LOG THEN
156: ERROR_HANDLER.Log_Error(p_write_err_to_inttable => 'Y'
157: ,p_write_err_to_conclog => 'Y'
158: ,p_write_err_to_debugfile => ERROR_HANDLER.Get_Debug());
159: ELSE
160: ERROR_HANDLER.Log_Error(p_write_err_to_inttable => 'N'
161: ,p_write_err_to_conclog => 'Y'
162: ,p_write_err_to_debugfile => ERROR_HANDLER.Get_Debug());

Line 160: ERROR_HANDLER.Log_Error(p_write_err_to_inttable => 'N'

156: ERROR_HANDLER.Log_Error(p_write_err_to_inttable => 'Y'
157: ,p_write_err_to_conclog => 'Y'
158: ,p_write_err_to_debugfile => ERROR_HANDLER.Get_Debug());
159: ELSE
160: ERROR_HANDLER.Log_Error(p_write_err_to_inttable => 'N'
161: ,p_write_err_to_conclog => 'Y'
162: ,p_write_err_to_debugfile => ERROR_HANDLER.Get_Debug());
163: END IF;
164: EXCEPTION

Line 162: ,p_write_err_to_debugfile => ERROR_HANDLER.Get_Debug());

158: ,p_write_err_to_debugfile => ERROR_HANDLER.Get_Debug());
159: ELSE
160: ERROR_HANDLER.Log_Error(p_write_err_to_inttable => 'N'
161: ,p_write_err_to_conclog => 'Y'
162: ,p_write_err_to_debugfile => ERROR_HANDLER.Get_Debug());
163: END IF;
164: EXCEPTION
165: WHEN OTHERS THEN
166: ROLLBACK;

Line 187: IF Error_Handler.Get_Message_Count() > G_MAX_MESSAGE_SIZE THEN

183: -- return status of the program
184: --
185:
186: BEGIN
187: IF Error_Handler.Get_Message_Count() > G_MAX_MESSAGE_SIZE THEN
188: write_log_now();
189: error_Handler.Initialize();
190: END IF;
191: x_retcode := RETCODE_SUCCESS;

Line 189: error_Handler.Initialize();

185:
186: BEGIN
187: IF Error_Handler.Get_Message_Count() > G_MAX_MESSAGE_SIZE THEN
188: write_log_now();
189: error_Handler.Initialize();
190: END IF;
191: x_retcode := RETCODE_SUCCESS;
192: EXCEPTION
193: WHEN OTHERS THEN

Line 493: l_token_tbl_two Error_Handler.Token_Tbl_Type;

489: )
490: AND start_date <= NVL(cp_end_date, start_date)
491: AND NVL(end_date,cp_start_date) >= cp_start_date;
492:
493: l_token_tbl_two Error_Handler.Token_Tbl_Type;
494: l_token_tbl_one Error_Handler.Token_Tbl_Type;
495: l_grant_guid fnd_grants.grant_guid%TYPE;
496: l_temp_grant_guid fnd_grants.grant_guid%TYPE;
497:

Line 494: l_token_tbl_one Error_Handler.Token_Tbl_Type;

490: AND start_date <= NVL(cp_end_date, start_date)
491: AND NVL(end_date,cp_start_date) >= cp_start_date;
492:
493: l_token_tbl_two Error_Handler.Token_Tbl_Type;
494: l_token_tbl_one Error_Handler.Token_Tbl_Type;
495: l_grant_guid fnd_grants.grant_guid%TYPE;
496: l_temp_grant_guid fnd_grants.grant_guid%TYPE;
497:
498: l_success VARCHAR2(999);

Line 543: error_handler.Add_Error_Message

539: l_token_tbl_two(1).token_name := 'START_DATE';
540: l_token_tbl_two(1).token_value := p_start_date;
541: l_token_tbl_two(2).token_name := 'END_DATE';
542: l_token_tbl_two(2).token_value := p_end_date;
543: error_handler.Add_Error_Message
544: ( p_message_name => 'ENG_CPI_OVERLAP_GRANT'
545: , p_application_id => 'ENG'
546: , p_message_text => NULL
547: , p_token_tbl => l_token_tbl_two

Line 575: error_handler.Add_Error_Message

571: IF p_transaction_type = 'UPDATE' THEN
572: IF G_DEBUG_MODE >= DEBUG_MODE_ERROR THEN
573: l_token_tbl_one(1).token_name := 'TYPE';
574: l_token_tbl_one(1).token_value := p_transaction_type;
575: error_handler.Add_Error_Message
576: ( p_message_name => 'ENG_CPI_GRANT_NOT_FOUND'
577: , p_application_id => 'ENG'
578: , p_message_text => NULL
579: , p_token_tbl => l_token_tbl_one

Line 667: l_token_tbl_two Error_Handler.Token_Tbl_Type;

663: AND start_date <= NVL(cp_end_date, start_date)
664: AND NVL(end_date,cp_start_date) >= cp_start_date;
665:
666:
667: l_token_tbl_two Error_Handler.Token_Tbl_Type;
668: l_grant_guid fnd_grants.grant_guid%TYPE;
669: l_temp_grant_guid fnd_grants.grant_guid%TYPE;
670:
671: l_success VARCHAR2(999);

Line 696: error_handler.Add_Error_Message

692: l_token_tbl_two(1).token_name := 'START_DATE';
693: l_token_tbl_two(1).token_value := p_start_date;
694: l_token_tbl_two(2).token_name := 'END_DATE';
695: l_token_tbl_two(2).token_value := p_end_date;
696: error_handler.Add_Error_Message
697: ( p_message_name => 'ENG_CPI_OVERLAP_GRANT'
698: , p_application_id => 'ENG'
699: , p_message_text => NULL
700: , p_token_tbl => l_token_tbl_two

Line 820: l_token_tbl_none Error_Handler.Token_Tbl_Type;

816: )
817: AND start_date = cp_start_date
818: AND ((end_date IS NULL AND cp_end_date is NULL) OR (end_date = cp_end_date));
819:
820: l_token_tbl_none Error_Handler.Token_Tbl_Type;
821: l_token_tbl_one Error_Handler.Token_Tbl_Type;
822:
823: l_user_party_id_char VARCHAR2(100);
824: l_group_party_id_char VARCHAR2(100);

Line 821: l_token_tbl_one Error_Handler.Token_Tbl_Type;

817: AND start_date = cp_start_date
818: AND ((end_date IS NULL AND cp_end_date is NULL) OR (end_date = cp_end_date));
819:
820: l_token_tbl_none Error_Handler.Token_Tbl_Type;
821: l_token_tbl_one Error_Handler.Token_Tbl_Type;
822:
823: l_user_party_id_char VARCHAR2(100);
824: l_group_party_id_char VARCHAR2(100);
825: l_global_party_id_char VARCHAR2(100);

Line 906: error_handler.Add_Error_Message

902: ELSE
903: IF G_DEBUG_MODE >= DEBUG_MODE_ERROR THEN
904: l_token_tbl_one(1).token_name := 'TYPE';
905: l_token_tbl_one(1).token_value := cr.transaction_type;
906: error_handler.Add_Error_Message
907: ( p_message_name => 'ENG_CPI_GRANT_NOT_FOUND'
908: , p_application_id => 'ENG'
909: , p_message_text => NULL
910: , p_token_tbl => l_token_tbl_one

Line 1254: l_token_tbl_none Error_Handler.Token_Tbl_Type;

1250: SELECT VALUE
1251: FROM V$PARAMETER
1252: WHERE NAME = 'utl_file_dir';
1253:
1254: l_token_tbl_none Error_Handler.Token_Tbl_Type;
1255: l_token_tbl_one Error_Handler.Token_Tbl_Type;
1256: l_token_tbl_two Error_Handler.Token_Tbl_Type;
1257: l_token_tbl_three Error_Handler.Token_Tbl_Type;
1258:

Line 1255: l_token_tbl_one Error_Handler.Token_Tbl_Type;

1251: FROM V$PARAMETER
1252: WHERE NAME = 'utl_file_dir';
1253:
1254: l_token_tbl_none Error_Handler.Token_Tbl_Type;
1255: l_token_tbl_one Error_Handler.Token_Tbl_Type;
1256: l_token_tbl_two Error_Handler.Token_Tbl_Type;
1257: l_token_tbl_three Error_Handler.Token_Tbl_Type;
1258:
1259: l_login_party_id hz_parties.party_id%TYPE;

Line 1256: l_token_tbl_two Error_Handler.Token_Tbl_Type;

1252: WHERE NAME = 'utl_file_dir';
1253:
1254: l_token_tbl_none Error_Handler.Token_Tbl_Type;
1255: l_token_tbl_one Error_Handler.Token_Tbl_Type;
1256: l_token_tbl_two Error_Handler.Token_Tbl_Type;
1257: l_token_tbl_three Error_Handler.Token_Tbl_Type;
1258:
1259: l_login_party_id hz_parties.party_id%TYPE;
1260: l_login_party_name VARCHAR2(240);

Line 1257: l_token_tbl_three Error_Handler.Token_Tbl_Type;

1253:
1254: l_token_tbl_none Error_Handler.Token_Tbl_Type;
1255: l_token_tbl_one Error_Handler.Token_Tbl_Type;
1256: l_token_tbl_two Error_Handler.Token_Tbl_Type;
1257: l_token_tbl_three Error_Handler.Token_Tbl_Type;
1258:
1259: l_login_party_id hz_parties.party_id%TYPE;
1260: l_login_party_name VARCHAR2(240);
1261: l_cpi_lines_count PLS_INTEGER;

Line 1280: l_log_mesg_token_tbl ERROR_HANDLER.Mesg_Token_Tbl_Type;

1276: l_errbuff VARCHAR2(999);
1277:
1278: l_log_output_dir VARCHAR2(200);
1279: l_log_return_status VARCHAR2(99);
1280: l_log_mesg_token_tbl ERROR_HANDLER.Mesg_Token_Tbl_Type;
1281:
1282: l_program_name VARCHAR2(30) := 'LOAD_INTERFACE_LINES';
1283:
1284: BEGIN

Line 1292: ERROR_HANDLER.initialize();

1288:
1289: IF (g_concReq_valid_flag ) THEN
1290: FND_FILE.put_line(FND_FILE.LOG, ' ******** New Log ******** ');
1291: END IF;
1292: ERROR_HANDLER.initialize();
1293: ERROR_HANDLER.set_bo_identifier(G_BO_IDENTIFIER);
1294:
1295: IF p_log_mode = LOG_INTO_FILE_ONLY THEN
1296: ERROR_HANDLER.Set_Debug('Y');

Line 1293: ERROR_HANDLER.set_bo_identifier(G_BO_IDENTIFIER);

1289: IF (g_concReq_valid_flag ) THEN
1290: FND_FILE.put_line(FND_FILE.LOG, ' ******** New Log ******** ');
1291: END IF;
1292: ERROR_HANDLER.initialize();
1293: ERROR_HANDLER.set_bo_identifier(G_BO_IDENTIFIER);
1294:
1295: IF p_log_mode = LOG_INTO_FILE_ONLY THEN
1296: ERROR_HANDLER.Set_Debug('Y');
1297: G_TABLE_LOG := FALSE;

Line 1296: ERROR_HANDLER.Set_Debug('Y');

1292: ERROR_HANDLER.initialize();
1293: ERROR_HANDLER.set_bo_identifier(G_BO_IDENTIFIER);
1294:
1295: IF p_log_mode = LOG_INTO_FILE_ONLY THEN
1296: ERROR_HANDLER.Set_Debug('Y');
1297: G_TABLE_LOG := FALSE;
1298: ELSIF p_log_mode = LOG_INTO_FILE_AND_TABLE THEN
1299: ERROR_HANDLER.Set_Debug('Y');
1300: G_TABLE_LOG := TRUE;

Line 1299: ERROR_HANDLER.Set_Debug('Y');

1295: IF p_log_mode = LOG_INTO_FILE_ONLY THEN
1296: ERROR_HANDLER.Set_Debug('Y');
1297: G_TABLE_LOG := FALSE;
1298: ELSIF p_log_mode = LOG_INTO_FILE_AND_TABLE THEN
1299: ERROR_HANDLER.Set_Debug('Y');
1300: G_TABLE_LOG := TRUE;
1301: ELSIF p_log_mode = LOG_INTO_TABLE_ONLY THEN
1302: ERROR_HANDLER.Set_Debug('N');
1303: G_TABLE_LOG := TRUE;

Line 1302: ERROR_HANDLER.Set_Debug('N');

1298: ELSIF p_log_mode = LOG_INTO_FILE_AND_TABLE THEN
1299: ERROR_HANDLER.Set_Debug('Y');
1300: G_TABLE_LOG := TRUE;
1301: ELSIF p_log_mode = LOG_INTO_TABLE_ONLY THEN
1302: ERROR_HANDLER.Set_Debug('N');
1303: G_TABLE_LOG := TRUE;
1304: ELSE
1305: ERROR_HANDLER.Set_Debug('N');
1306: G_TABLE_LOG := FALSE;

Line 1305: ERROR_HANDLER.Set_Debug('N');

1301: ELSIF p_log_mode = LOG_INTO_TABLE_ONLY THEN
1302: ERROR_HANDLER.Set_Debug('N');
1303: G_TABLE_LOG := TRUE;
1304: ELSE
1305: ERROR_HANDLER.Set_Debug('N');
1306: G_TABLE_LOG := FALSE;
1307: END IF;
1308: -- Bug: 3324531
1309: -- removed references to bom_globals

Line 1317: IF ERROR_HANDLER.Get_Debug = 'Y' THEN

1313: -- default debug mode is set to log errors only in Phase I
1314: G_DEBUG_MODE := DEBUG_MODE_ERROR;
1315: END IF; -- p_debug_mode
1316:
1317: IF ERROR_HANDLER.Get_Debug = 'Y' THEN
1318: -- intialise the file names, etc
1319: OPEN c_get_utl_file_dir;
1320: FETCH c_get_utl_file_dir INTO l_log_output_dir;
1321: IF c_get_utl_file_dir%FOUND THEN

Line 1329: error_handler.Open_Debug_Session(

1325: IF INSTR(l_log_output_dir,',') <> 0 THEN
1326: l_log_output_dir := SUBSTR(l_log_output_dir, 1, INSTR(l_log_output_dir, ',') - 1);
1327: END IF;
1328: G_ERROR_FILE_NAME := G_ERROR_TABLE_NAME||'.'||fnd_profile.value('CONC_REQUEST_ID')||'.err';
1329: error_handler.Open_Debug_Session(
1330: p_debug_filename => G_ERROR_FILE_NAME
1331: ,p_output_dir => l_log_output_dir
1332: ,x_return_status => l_log_return_status
1333: ,x_error_mesg => l_errbuff

Line 1339: ERROR_HANDLER.Add_Error_Message

1335:
1336:
1337: IF (l_log_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1338: -- unable to open error log file
1339: ERROR_HANDLER.Add_Error_Message
1340: (p_message_text => l_errbuff
1341: ,p_message_type => 'E'
1342: ,p_entity_code => G_ERROR_ENTITY_CODE
1343: );

Line 1355: END IF; -- error_handler.get_debug.

1351: x_errbuff := 'ENG_CPI_INVALID_LOG_DIR';
1352: RETURN;
1353: END IF;
1354: CLOSE c_get_utl_file_dir;
1355: END IF; -- error_handler.get_debug.
1356:
1357: -- the values are chosen from the FND_GLOBALS
1358: G_USER_ID := FND_GLOBAL.user_id ;
1359: G_LOGIN_ID := FND_GLOBAL.login_id ;

Line 1368: error_handler.Add_Error_Message

1364: -- check whether the logged in user is a valid user
1365: OPEN c_user_party_id(cp_user_id => G_USER_ID);
1366: FETCH c_user_party_id INTO l_login_party_id, l_login_party_name;
1367: IF c_user_party_id%NOTFOUND THEN
1368: error_handler.Add_Error_Message
1369: ( p_message_name => 'ENG_CPI_INVALID_LOGIN'
1370: , p_application_id => 'ENG'
1371: , p_message_text => NULL
1372: , p_token_tbl => l_token_tbl_none

Line 1412: error_handler.Add_Error_Message

1408: FETCH c_count_cpi_lines INTO l_cpi_lines_count;
1409: CLOSE c_count_cpi_lines;
1410: IF l_cpi_lines_count=0 THEN
1411: IF G_DEBUG_MODE >= DEBUG_MODE_ERROR THEN
1412: error_handler.Add_Error_Message
1413: ( p_message_name => 'ENG_CPI_NO_LINES'
1414: , p_application_id => 'ENG'
1415: , p_message_text => NULL
1416: , p_token_tbl => l_token_tbl_none

Line 1479: error_handler.Add_Error_Message

1475: l_token_tbl_two(1).token_name := 'START_DATE';
1476: l_token_tbl_two(1).token_value := cr.start_date;
1477: l_token_tbl_two(2).token_name := 'END_DATE';
1478: l_token_tbl_two(2).token_value := cr.end_date;
1479: error_handler.Add_Error_Message
1480: ( p_message_name => l_msg_name
1481: , p_application_id => 'ENG'
1482: , p_message_text => NULL
1483: , p_token_tbl => l_token_tbl_two

Line 1510: error_handler.Add_Error_Message

1506: l_msg_name := 'ENG_CPI_MISSING_VALUE';
1507: l_token_tbl_one(1).token_name := 'VALUE';
1508: l_token_tbl_one(1).token_value := 'TRANSACTION TYPE';
1509:
1510: error_handler.Add_Error_Message
1511: ( p_message_name => l_msg_name
1512: , p_application_id => 'ENG'
1513: , p_message_text => NULL
1514: , p_token_tbl => l_token_tbl_one

Line 1528: error_handler.Add_Error_Message

1524: l_token_tbl_two(1).token_name := 'NAME';
1525: l_token_tbl_two(1).token_value := 'TRANSACTION TYPE';
1526: l_token_tbl_two(2).token_name := 'VALUE';
1527: l_token_tbl_two(2).token_value := cr.transaction_type;
1528: error_handler.Add_Error_Message
1529: ( p_message_name => l_msg_name
1530: , p_application_id => 'ENG'
1531: , p_message_text => NULL
1532: , p_token_tbl => l_token_tbl_two

Line 1560: error_handler.Add_Error_Message

1556: IF ( cr.grantee_type IS NULL ) THEN
1557: l_msg_name := 'ENG_CPI_MISSING_VALUE';
1558: l_token_tbl_one(1).token_name := 'VALUE';
1559: l_token_tbl_one(1).token_value := 'GRANTEE TYPE';
1560: error_handler.Add_Error_Message
1561: ( p_message_name => l_msg_name
1562: , p_application_id => 'ENG'
1563: , p_message_text => NULL
1564: , p_token_tbl => l_token_tbl_one

Line 1579: error_handler.Add_Error_Message

1575: l_token_tbl_two(1).token_name := 'NAME';
1576: l_token_tbl_two(1).token_value := 'GRANTEE TYPE';
1577: l_token_tbl_two(2).token_name := 'VALUE';
1578: l_token_tbl_two(2).token_value := cr.grantee_type;
1579: error_handler.Add_Error_Message
1580: ( p_message_name => l_msg_name
1581: , p_application_id => 'ENG'
1582: , p_message_text => NULL
1583: , p_token_tbl => l_token_tbl_two

Line 1671: error_handler.Add_Error_Message

1667: IF ( cr.grantee_name IS NULL ) THEN
1668: l_msg_name := 'ENG_CPI_MISSING_VALUE';
1669: l_token_tbl_one(1).token_name := 'VALUE';
1670: l_token_tbl_one(1).token_value := 'GRANTEE NAME';
1671: error_handler.Add_Error_Message
1672: ( p_message_name => l_msg_name
1673: , p_application_id => 'ENG'
1674: , p_message_text => NULL
1675: , p_token_tbl => l_token_tbl_one

Line 1689: error_handler.Add_Error_Message

1685: l_token_tbl_two(1).token_name := 'NAME';
1686: l_token_tbl_two(1).token_value := 'GRANTEE NAME';
1687: l_token_tbl_two(2).token_name := 'VALUE';
1688: l_token_tbl_two(2).token_value := cr.grantee_name;
1689: error_handler.Add_Error_Message
1690: ( p_message_name => l_msg_name
1691: , p_application_id => 'ENG'
1692: , p_message_text => NULL
1693: , p_token_tbl => l_token_tbl_two

Line 1741: error_handler.Add_Error_Message

1737: IF ( cr.display_role_name IS NULL ) THEN
1738: l_msg_name := 'ENG_CPI_MISSING_VALUE';
1739: l_token_tbl_one(1).token_name := 'VALUE';
1740: l_token_tbl_one(1).token_value := 'DISPLAY ROLE NAME';
1741: error_handler.Add_Error_Message
1742: ( p_message_name => l_msg_name
1743: , p_application_id => 'ENG'
1744: , p_message_text => NULL
1745: , p_token_tbl => l_token_tbl_one

Line 1759: error_handler.Add_Error_Message

1755: l_token_tbl_two(1).token_name := 'NAME';
1756: l_token_tbl_two(1).token_value := 'DISPLAY ROLE NAME';
1757: l_token_tbl_two(2).token_name := 'VALUE';
1758: l_token_tbl_two(2).token_value := cr.display_role_name;
1759: error_handler.Add_Error_Message
1760: ( p_message_name => l_msg_name
1761: , p_application_id => 'ENG'
1762: , p_message_text => NULL
1763: , p_token_tbl => l_token_tbl_two

Line 1808: error_handler.Add_Error_Message

1804: IF ( cr.organization_code IS NULL ) THEN
1805: l_msg_name := 'ENG_CPI_MISSING_VALUE';
1806: l_token_tbl_one(1).token_name := 'VALUE';
1807: l_token_tbl_one(1).token_value := 'ORGANIZATION CODE';
1808: error_handler.Add_Error_Message
1809: ( p_message_name => l_msg_name
1810: , p_application_id => 'ENG'
1811: , p_message_text => NULL
1812: , p_token_tbl => l_token_tbl_one

Line 1826: error_handler.Add_Error_Message

1822: l_token_tbl_two(1).token_name := 'NAME';
1823: l_token_tbl_two(1).token_value := 'ORGANIZATION CODE';
1824: l_token_tbl_two(2).token_name := 'VALUE';
1825: l_token_tbl_two(2).token_value := cr.organization_code;
1826: error_handler.Add_Error_Message
1827: ( p_message_name => l_msg_name
1828: , p_application_id => 'ENG'
1829: , p_message_text => NULL
1830: , p_token_tbl => l_token_tbl_two

Line 1866: error_handler.Add_Error_Message

1862: l_msg_name := 'ENG_CPI_MISSING_VALUE';
1863: l_token_tbl_one(1).token_name := 'VALUE';
1864: l_token_tbl_one(1).token_value := 'CHANGE MGMT TYPE';
1865:
1866: error_handler.Add_Error_Message
1867: ( p_message_name => l_msg_name
1868: , p_application_id => 'ENG'
1869: , p_message_text => NULL
1870: , p_token_tbl => l_token_tbl_one

Line 1885: error_handler.Add_Error_Message

1881: l_token_tbl_two(1).token_name := 'NAME';
1882: l_token_tbl_two(1).token_value := 'CHANGE MGMT TYPE';
1883: l_token_tbl_two(2).token_name := 'VALUE';
1884: l_token_tbl_two(2).token_value := cr.change_mgmt_type_code;
1885: error_handler.Add_Error_Message
1886: ( p_message_name => l_msg_name
1887: , p_application_id => 'ENG'
1888: , p_message_text => NULL
1889: , p_token_tbl => l_token_tbl_two

Line 1937: error_handler.Add_Error_Message

1933: IF ( cr.change_notice IS NULL ) THEN
1934: l_msg_name := 'ENG_CPI_MISSING_VALUE';
1935: l_token_tbl_one(1).token_name := 'VALUE';
1936: l_token_tbl_one(1).token_value := 'CHANGE NOTICE';
1937: error_handler.Add_Error_Message
1938: ( p_message_name => l_msg_name
1939: , p_application_id => 'ENG'
1940: , p_message_text => NULL
1941: , p_token_tbl => l_token_tbl_one

Line 1957: error_handler.Add_Error_Message

1953: l_token_tbl_three(2).token_name := 'CHANGE_MGMT_TYPE_CODE';
1954: l_token_tbl_three(2).token_value := cr.change_mgmt_type_code;
1955: l_token_tbl_three(3).token_name := 'ORGANIZATION';
1956: l_token_tbl_three(3).token_value := cr.organization_code;
1957: error_handler.Add_Error_Message
1958: ( p_message_name => l_msg_name
1959: , p_application_id => 'ENG'
1960: , p_message_text => NULL
1961: , p_token_tbl => l_token_tbl_three