DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_PSON_CUSTOMIZER_PKG

Line 364: IBY_PSON_CUSTOMIZER_PKG.Get_Custom_Tangible_Id(p_app_short_name, p_trxn_extn_id, l_cust_pson, l_msg);

360: END IF;
361:
362: -- Bug# 8544953
363: -- This API returns customized PSON if the customer had implemented the custome code
364: IBY_PSON_CUSTOMIZER_PKG.Get_Custom_Tangible_Id(p_app_short_name, p_trxn_extn_id, l_cust_pson, l_msg);
365: IF( l_msg = IBY_PSON_CUSTOMIZER_PKG.G_CUST_PSON_YES ) THEN
366: l_tangible_id := l_cust_pson;
367: iby_debug_pub.add('Customized PSON :='||l_tangible_id,G_LEVEL_PROCEDURE,l_dbg_mod);
368: ELSE

Line 365: IF( l_msg = IBY_PSON_CUSTOMIZER_PKG.G_CUST_PSON_YES ) THEN

361:
362: -- Bug# 8544953
363: -- This API returns customized PSON if the customer had implemented the custome code
364: IBY_PSON_CUSTOMIZER_PKG.Get_Custom_Tangible_Id(p_app_short_name, p_trxn_extn_id, l_cust_pson, l_msg);
365: IF( l_msg = IBY_PSON_CUSTOMIZER_PKG.G_CUST_PSON_YES ) THEN
366: l_tangible_id := l_cust_pson;
367: iby_debug_pub.add('Customized PSON :='||l_tangible_id,G_LEVEL_PROCEDURE,l_dbg_mod);
368: ELSE
369: --Bug# 8535868

Line 401: --IBY_PSON_CUSTOMIZER_PKG.Get_Custom_Tangible_Id(p_app_short_name, p_trxn_extn_id, l_cust_pson, l_msg);

397: l_msg VARCHAR2(10);
398: l_dbg_mod VARCHAR2(100) := G_DEBUG_MODULE || '.Get_Reauth_Tangible_Id';
399: BEGIN
400: iby_debug_pub.add('Enter',G_LEVEL_PROCEDURE,l_dbg_mod);
401: --IBY_PSON_CUSTOMIZER_PKG.Get_Custom_Tangible_Id(p_app_short_name, p_trxn_extn_id, l_cust_pson, l_msg);
402: --IF( l_msg = IBY_PSON_CUSTOMIZER_PKG.G_CUST_PSON_YES ) THEN
403: -- l_tangible_id := l_cust_pson;
404: -- iby_debug_pub.add('Customized PSON :='||l_tangible_id,G_LEVEL_PROCEDURE,l_dbg_mod);
405: --ELSE

Line 402: --IF( l_msg = IBY_PSON_CUSTOMIZER_PKG.G_CUST_PSON_YES ) THEN

398: l_dbg_mod VARCHAR2(100) := G_DEBUG_MODULE || '.Get_Reauth_Tangible_Id';
399: BEGIN
400: iby_debug_pub.add('Enter',G_LEVEL_PROCEDURE,l_dbg_mod);
401: --IBY_PSON_CUSTOMIZER_PKG.Get_Custom_Tangible_Id(p_app_short_name, p_trxn_extn_id, l_cust_pson, l_msg);
402: --IF( l_msg = IBY_PSON_CUSTOMIZER_PKG.G_CUST_PSON_YES ) THEN
403: -- l_tangible_id := l_cust_pson;
404: -- iby_debug_pub.add('Customized PSON :='||l_tangible_id,G_LEVEL_PROCEDURE,l_dbg_mod);
405: --ELSE
406: --Bug# 8535868