DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on XLA_SECURITY_PKG

Line 2254: xla_security_pkg.set_security_context(p_application_id => 200);

2250: debug(' l_stmt_num :'||l_stmt_num );
2251:
2252: x_return_status := fnd_api.g_ret_sts_success;
2253:
2254: xla_security_pkg.set_security_context(p_application_id => 200);
2255:
2256: /* Get all the CONC WHO columns */
2257:
2258: SELECT crb.build_id,

Line 2566: xla_security_pkg.set_security_context(p_application_id => 707);

2562: debug(' l_stmt_num :'|| l_stmt_num);
2563: x_return_status := fnd_api.g_ret_sts_success;
2564:
2565:
2566: xla_security_pkg.set_security_context(p_application_id => 707);
2567:
2568: /* Get all the CONC WHO columns */
2569:
2570: SELECT crb.build_id,

Line 2727: xla_security_pkg.set_security_context(p_application_id => 555);

2723: debug(' l_opm_count:'||l_opm_count);
2724:
2725: IF l_opm_count > 0 THEN
2726: /* Call the xla security package for OPM Financials application also, pmarada */
2727: xla_security_pkg.set_security_context(p_application_id => 555);
2728:
2729: l_stmt_num := 25;
2730: debug(' l_stmt_num :'|| l_stmt_num);
2731: debug(' OPM misc inventory insertion');

Line 2855: xla_security_pkg.set_security_context(p_application_id => 707);

2851:
2852:
2853: -- reset the SLA security back to discrete costing module
2854: IF l_opm_count > 0 THEN
2855: xla_security_pkg.set_security_context(p_application_id => 707);
2856: debug(' resetting the context to 707');
2857: END IF;
2858:
2859: /* Update Intercompany INV txns with the Vendor information */

Line 3261: xla_security_pkg.set_security_context(p_application_id => 707);

3257:
3258: l_stmt_num := 50;
3259: debug(' l_stmt_num :'||l_stmt_num);
3260: debug(' Inserting data from RRS into the global temp table' );
3261: xla_security_pkg.set_security_context(p_application_id => 707);
3262:
3263: FORALL indx in po_dists_tab.FIRST..po_dists_tab.LAST
3264:
3265: INSERT into cst_reconciliation_gtt

Line 3379: xla_security_pkg.set_security_context(p_application_id => 555);

3375:
3376: IF l_opm_count > 0 THEN
3377: l_stmt_num := 55;
3378: debug(' l_stmt_num :'||l_stmt_num);
3379: xla_security_pkg.set_security_context(p_application_id => 555);
3380:
3381: FORALL indx in po_dists_tab.FIRST..po_dists_tab.LAST
3382:
3383: INSERT into cst_reconciliation_gtt

Line 3499: xla_security_pkg.set_security_context(p_application_id => 200);

3495: /* End OPM Financials code, pmarada */
3496:
3497: l_stmt_num := 60;
3498: debug(' l_stmt_num :'||l_stmt_num);
3499: xla_security_pkg.set_security_context(p_application_id => 200);
3500:
3501: /* Start Inserting AP Data */
3502:
3503: /* The IPV and ERV lines will have a po_dist_id against them in AIDA. SO we need to handle