DBA Data[Home] [Help]

APPS.JAI_RCV_RGM_CLAIMS_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 1278: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

1274:
1275: /* Bug 5243532. Added by Lakshmi Gopalsami
1276: * Defined variable for implementing caching logic.
1277: */
1278: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
1279: lv_organization_code org_organization_definitions.organization_code%TYPE;
1280: -- End for bug 5243532
1281:
1282: BEGIN

Line 1417: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

1413: * and cur_total_tax.
1414: * Removed cursor c_org_info and implemented caching logic.
1415: */
1416:
1417: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
1418: (p_org_id => r_trx.organization_id );
1419: lv_organization_code := l_func_curr_det.organization_code;
1420:
1421: ln_statement_id := 5;