DBA Data[Home] [Help]

APPS.IBY_INSTRREG_PUB dependencies on IBY_DEBUG_PUB

Line 294: iby_debug_pub.add('Enter',iby_debug_pub.G_LEVEL_PROCEDURE,l_dbg_mod);

290: PRAGMA EXCEPTION_INIT( ERROR_FROM_SUBPROC, -20000 );
291:
292: l_dbg_mod VARCHAR2(100) := G_DEBUG_MODULE || '.' || l_api_name;
293: BEGIN
294: iby_debug_pub.add('Enter',iby_debug_pub.G_LEVEL_PROCEDURE,l_dbg_mod);
295:
296: -- Standard call to check for call compatibility.
297: IF NOT FND_API.Compatible_API_Call ( l_api_version,
298: p_api_version,

Line 361: iby_debug_pub.add('GetBaseUrl :' || l_get_baseurl,

357: --IBY_NETUTILS_PVT.get_baseurl(l_get_baseurl);
358:
359: IBY_NETUTILS_PVT.get_baseurl(l_get_baseurl);
360:
361: iby_debug_pub.add('GetBaseUrl :' || l_get_baseurl,
362: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
363:
364: -- Construct the full URL to send to the ECServlet.
365: l_url := l_get_baseurl;

Line 362: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);

358:
359: IBY_NETUTILS_PVT.get_baseurl(l_get_baseurl);
360:
361: iby_debug_pub.add('GetBaseUrl :' || l_get_baseurl,
362: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
363:
364: -- Construct the full URL to send to the ECServlet.
365: l_url := l_get_baseurl;
366:

Line 483: iby_debug_pub.add('Return Parameter count : '|| l_values.COUNT,

479:
480: -- Unpack the results
481: IBY_NETUTILS_PVT.UNPACK_RESULTS_URL(l_html,l_names,l_values, l_status, l_errcode, l_errmessage);
482:
483: iby_debug_pub.add('Return Parameter count : '|| l_values.COUNT,
484: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
485:
486: --Raising Exception to handle errors in unpacking resulting html file.
487: IF (l_status = -1) THEN

Line 484: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);

480: -- Unpack the results
481: IBY_NETUTILS_PVT.UNPACK_RESULTS_URL(l_html,l_names,l_values, l_status, l_errcode, l_errmessage);
482:
483: iby_debug_pub.add('Return Parameter count : '|| l_values.COUNT,
484: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
485:
486: --Raising Exception to handle errors in unpacking resulting html file.
487: IF (l_status = -1) THEN
488: iby_debug_pub.add('Unpack status error',

Line 488: iby_debug_pub.add('Unpack status error',

484: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
485:
486: --Raising Exception to handle errors in unpacking resulting html file.
487: IF (l_status = -1) THEN
488: iby_debug_pub.add('Unpack status error',
489: FND_LOG.LEVEL_UNEXPECTED,
490: G_DEBUG_MODULE || l_api_name);
491:
492: FND_MESSAGE.SET_NAME('IBY', 'IBY_204403_HTML_UNPACK_ERROR');

Line 499: iby_debug_pub.add('Names count=0',

495: END IF;
496:
497: --Raising Exception to handle Servlet related errors.
498: IF (l_values.COUNT = 0 ) THEN
499: iby_debug_pub.add('Names count=0',
500: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
501:
502: FND_MESSAGE.SET_NAME('IBY', 'IBY_204402_JSERVLET_ERROR');
503: FND_MSG_PUB.Add;

Line 500: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);

496:
497: --Raising Exception to handle Servlet related errors.
498: IF (l_values.COUNT = 0 ) THEN
499: iby_debug_pub.add('Names count=0',
500: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
501:
502: FND_MESSAGE.SET_NAME('IBY', 'IBY_204402_JSERVLET_ERROR');
503: FND_MSG_PUB.Add;
504: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 508: iby_debug_pub.add(l_names(i) || ': ' ||l_values(i),

504: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
505: END IF;
506:
507: FOR i IN 1..l_names.COUNT LOOP
508: iby_debug_pub.add(l_names(i) || ': ' ||l_values(i),
509: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
510: IF l_names(i) = 'OapfStatus' THEN
511: x_return_status := l_values(i);
512: ELSIF l_names(i) = 'OapfInstrId' THEN

Line 509: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);

505: END IF;
506:
507: FOR i IN 1..l_names.COUNT LOOP
508: iby_debug_pub.add(l_names(i) || ': ' ||l_values(i),
509: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
510: IF l_names(i) = 'OapfStatus' THEN
511: x_return_status := l_values(i);
512: ELSIF l_names(i) = 'OapfInstrId' THEN
513: x_instr_id := l_values(i);

Line 545: iby_debug_pub.add('Exit',iby_debug_pub.G_LEVEL_PROCEDURE,l_dbg_mod);

541: p_count => x_msg_count,
542: p_data => x_msg_data
543: );
544:
545: iby_debug_pub.add('Exit',iby_debug_pub.G_LEVEL_PROCEDURE,l_dbg_mod);
546: EXCEPTION
547:
548: -- Catch for version mismatch and
549: -- if the validation level is not full.

Line 1560: iby_debug_pub.add(debug_msg => 'Enter',

1556: l_errmessage VARCHAR2(2000) := 'Success';
1557:
1558: BEGIN
1559:
1560: iby_debug_pub.add(debug_msg => 'Enter',
1561: debug_level => FND_LOG.LEVEL_PROCEDURE,
1562: module => G_DEBUG_MODULE || '.SecureCardInfo');
1563:
1564: -- test_debug('SecureCardInfo=> Enter');

Line 1601: iby_debug_pub.add(debug_msg => 'SecureCardInfo=> full url: '|| l_url,

1597: iby_netutils_pvt.check_mandatory('OapfSecurityToken', TO_CHAR(l_sec_cred),
1598: l_url, l_db_nls, l_ecapp_nls);
1599:
1600: --test_debug('SecureCardInfo=> full url: '|| l_url);
1601: iby_debug_pub.add(debug_msg => 'SecureCardInfo=> full url: '|| l_url,
1602: debug_level => FND_LOG.LEVEL_PROCEDURE,
1603: module => G_DEBUG_MODULE || '.SecureCardInfo');
1604: l_pos := INSTR(l_url,'?');
1605: l_post_body := SUBSTR(l_url,l_pos+1,length(l_url));

Line 1621: iby_debug_pub.add(debug_msg => 'Unpack status error; HTML resp. invalid!',

1617:
1618: --Raising Exception to handle errors in unpacking resulting html file.
1619: IF (l_status = -1) THEN
1620: --test_debug('unpack error !!');
1621: iby_debug_pub.add(debug_msg => 'Unpack status error; HTML resp. invalid!',
1622: debug_level => FND_LOG.LEVEL_UNEXPECTED,
1623: module => G_DEBUG_MODULE || '.SecureCardInfo');
1624: FND_MESSAGE.SET_NAME('IBY', 'IBY_204403_HTML_UNPACK_ERROR');
1625: FND_MSG_PUB.Add;

Line 1632: iby_debug_pub.add(debug_msg => 'HTML response names count=0',

1628:
1629: --Raising Exception to handle Servlet related errors.
1630: IF (l_names.COUNT = 0) THEN
1631: --test_debug('response count is 0 !!');
1632: iby_debug_pub.add(debug_msg => 'HTML response names count=0',
1633: debug_level => FND_LOG.LEVEL_UNEXPECTED,
1634: module => G_DEBUG_MODULE || '.SecureCardInfo');
1635: FND_MESSAGE.SET_NAME('IBY', 'IBY_204402_JSERVLET_ERROR');
1636: FND_MSG_PUB.Add;

Line 1644: iby_debug_pub.add(debug_msg => 'Setting fields from unpacked response',

1640: /* Retrieve name-value pairs stored in l_names and l_values, and assign
1641: them to the output record: x_reqresp_rec.
1642: */
1643: --test_debug('Setting fields from unpacked response');
1644: iby_debug_pub.add(debug_msg => 'Setting fields from unpacked response',
1645: debug_level => FND_LOG.LEVEL_STATEMENT,
1646: module => G_DEBUG_MODULE || '.SecureCardInfo');
1647:
1648:

Line 1653: iby_debug_pub.add(debug_msg => 'Response status=' || x_resp_rec.Response.Status,

1649: FOR i IN 1..l_names.COUNT LOOP
1650: --Payment Server Related Generic Response
1651: IF l_names(i) = 'OapfStatus' THEN
1652: x_resp_rec.Response.Status := TO_NUMBER(l_values(i));
1653: iby_debug_pub.add(debug_msg => 'Response status=' || x_resp_rec.Response.Status,
1654: debug_level => FND_LOG.LEVEL_STATEMENT,
1655: module => G_DEBUG_MODULE || '.SecureCardInfo');
1656: --test_debug('OapfStatus: '||x_resp_rec.Response.Status);
1657: ELSIF l_names(i) = 'OapfCode' THEN

Line 1659: iby_debug_pub.add(debug_msg => 'Response code=' || x_resp_rec.Response.ErrCode,

1655: module => G_DEBUG_MODULE || '.SecureCardInfo');
1656: --test_debug('OapfStatus: '||x_resp_rec.Response.Status);
1657: ELSIF l_names(i) = 'OapfCode' THEN
1658: x_resp_rec.Response.ErrCode := l_values(i);
1659: iby_debug_pub.add(debug_msg => 'Response code=' || x_resp_rec.Response.ErrCode,
1660: debug_level => FND_LOG.LEVEL_STATEMENT,
1661: module => G_DEBUG_MODULE || '.SecureCardInfo');
1662: --test_debug('OapfCode: '||x_resp_rec.Response.ErrCode);
1663: ELSIF l_names(i) = 'OapfCause' THEN

Line 1665: iby_debug_pub.add(debug_msg => 'Response message=' || x_resp_rec.Response.ErrMessage,

1661: module => G_DEBUG_MODULE || '.SecureCardInfo');
1662: --test_debug('OapfCode: '||x_resp_rec.Response.ErrCode);
1663: ELSIF l_names(i) = 'OapfCause' THEN
1664: x_resp_rec.Response.ErrMessage := l_values(i);
1665: iby_debug_pub.add(debug_msg => 'Response message=' || x_resp_rec.Response.ErrMessage,
1666: debug_level => FND_LOG.LEVEL_STATEMENT,
1667: module => G_DEBUG_MODULE || '.SecureCardInfo');
1668: --test_debug('OapfCause: '||x_resp_rec.Response.ErrMessage);
1669: ELSIF l_names(i) = 'OapfNlsLang' THEN

Line 1698: iby_debug_pub.add(debug_msg => 'x_return_status=' || x_return_status,

1694: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1695: p_data => x_msg_data
1696: );
1697:
1698: iby_debug_pub.add(debug_msg => 'x_return_status=' || x_return_status,
1699: debug_level => FND_LOG.LEVEL_STATEMENT,
1700: module => G_DEBUG_MODULE || '.SecureCardInfo');
1701: iby_debug_pub.add(debug_msg => 'req response status=' || x_resp_rec.Response.Status,
1702: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 1701: iby_debug_pub.add(debug_msg => 'req response status=' || x_resp_rec.Response.Status,

1697:
1698: iby_debug_pub.add(debug_msg => 'x_return_status=' || x_return_status,
1699: debug_level => FND_LOG.LEVEL_STATEMENT,
1700: module => G_DEBUG_MODULE || '.SecureCardInfo');
1701: iby_debug_pub.add(debug_msg => 'req response status=' || x_resp_rec.Response.Status,
1702: debug_level => FND_LOG.LEVEL_STATEMENT,
1703: module => G_DEBUG_MODULE || '.SecureCardInfo');
1704:
1705: iby_debug_pub.add(debug_msg => 'Exit',

Line 1705: iby_debug_pub.add(debug_msg => 'Exit',

1701: iby_debug_pub.add(debug_msg => 'req response status=' || x_resp_rec.Response.Status,
1702: debug_level => FND_LOG.LEVEL_STATEMENT,
1703: module => G_DEBUG_MODULE || '.SecureCardInfo');
1704:
1705: iby_debug_pub.add(debug_msg => 'Exit',
1706: debug_level => FND_LOG.LEVEL_PROCEDURE,
1707: module => G_DEBUG_MODULE || '.SecureCardInfo');
1708: --test_debug('Exit*******');
1709:

Line 1714: iby_debug_pub.add(debug_msg => 'In G_EXC_ERROR Exception',

1710: EXCEPTION
1711:
1712: WHEN FND_API.G_EXC_ERROR THEN
1713:
1714: iby_debug_pub.add(debug_msg => 'In G_EXC_ERROR Exception',
1715: debug_level => FND_LOG.LEVEL_ERROR,
1716: module => G_DEBUG_MODULE || '.SecureCardInfo');
1717: --ROLLBACK TO OraPmtReq_PUB;
1718: x_return_status := FND_API.G_RET_STS_ERROR ;

Line 1724: iby_debug_pub.add(debug_msg => 'In G_EXC_UNEXPECTED_ERROR Exception',

1720: p_data => x_msg_data
1721: );
1722: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1723:
1724: iby_debug_pub.add(debug_msg => 'In G_EXC_UNEXPECTED_ERROR Exception',
1725: debug_level => FND_LOG.LEVEL_UNEXPECTED,
1726: module => G_DEBUG_MODULE || '.SecureCardInfo');
1727: --ROLLBACK TO OraPmtReq_PUB;
1728: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 1734: iby_debug_pub.add(debug_msg => 'In OTHERS Exception',

1730: p_data => x_msg_data
1731: );
1732: WHEN OTHERS THEN
1733:
1734: iby_debug_pub.add(debug_msg => 'In OTHERS Exception',
1735: debug_level => FND_LOG.LEVEL_UNEXPECTED,
1736: module => G_DEBUG_MODULE || '.SecureCardInfo');
1737: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1738: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

Line 1746: iby_debug_pub.add(debug_msg => 'x_return_status=' || x_return_status,

1742: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1743: p_data => x_msg_data
1744: );
1745:
1746: iby_debug_pub.add(debug_msg => 'x_return_status=' || x_return_status,
1747: debug_level => FND_LOG.LEVEL_UNEXPECTED,
1748: module => G_DEBUG_MODULE || '.SecureCardInfo');
1749: iby_debug_pub.add(debug_msg => 'Exit Exception',
1750: debug_level => FND_LOG.LEVEL_UNEXPECTED,

Line 1749: iby_debug_pub.add(debug_msg => 'Exit Exception',

1745:
1746: iby_debug_pub.add(debug_msg => 'x_return_status=' || x_return_status,
1747: debug_level => FND_LOG.LEVEL_UNEXPECTED,
1748: module => G_DEBUG_MODULE || '.SecureCardInfo');
1749: iby_debug_pub.add(debug_msg => 'Exit Exception',
1750: debug_level => FND_LOG.LEVEL_UNEXPECTED,
1751: module => G_DEBUG_MODULE || '.SecureCardInfo');
1752:
1753: END SecureCardInfo;