DBA Data[Home] [Help]

APPS.JAI_MTL_TRXS_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 3268: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

3264: is
3265: lv_organization_code org_organization_definitions.organization_code%type;
3266: ln_set_of_books_id org_organization_definitions.set_of_books_id%type;
3267:
3268: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
3269: lv_status gl_interface.status%type;
3270: lv_reference_entry gl_interface.reference22%type;
3271: lv_reference_10 gl_interface.reference10%TYPE;
3272: lv_reference_23 gl_interface.reference23%TYPE;

Line 3290: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

3286: ln_receiving_accnt_id NUMBER;
3287:
3288:
3289: BEGIN
3290: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
3291: (p_org_id => p_organization_id);
3292: lv_organization_code := l_func_curr_det.organization_code;
3293: ln_set_of_books_id := l_func_curr_det.ledger_id;
3294: lv_source_name := 'Purchasing India';