DBA Data[Home] [Help]

APPS.FII_AP_INV_B_C dependencies on XLA_SECURITY_PKG

Line 2095: xla_security_pkg.set_security_context(p_application_id => 602);

2091: if g_debug_flag = 'Y' then
2092: FII_UTIL.put_line(g_phase);
2093: end if;
2094:
2095: xla_security_pkg.set_security_context(p_application_id => 602);
2096:
2097: INSERT_INTO_STG (p_parallel_query, p_sort_area_size, p_hash_area_size);
2098: INSERT_RATES;
2099:

Line 2620: xla_security_pkg.set_security_context(p_application_id => 602);

2616: if g_debug_flag = 'Y' then
2617: FII_UTIL.put_line(g_phase);
2618: end if;
2619:
2620: xla_security_pkg.set_security_context(p_application_id => 602);
2621:
2622: ---------------------------------------------------------
2623: --Do summarization using the start_range and end_range
2624: ---------------------------------------------------------