DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on XLA_SECURITY_PKG

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

2320: debug(' l_stmt_num :'||l_stmt_num );
2321:
2322: x_return_status := fnd_api.g_ret_sts_success;
2323:
2324: xla_security_pkg.set_security_context(p_application_id => 200);
2325:
2326: /* Get all the CONC WHO columns */
2327:
2328: SELECT crb.build_id,

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

2754: debug(' l_stmt_num :'|| l_stmt_num);
2755: x_return_status := fnd_api.g_ret_sts_success;
2756:
2757:
2758: xla_security_pkg.set_security_context(p_application_id => 707);
2759:
2760: /* Get all the CONC WHO columns */
2761:
2762: SELECT crb.build_id,

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

2936: debug(' l_opm_count:'||l_opm_count);
2937:
2938: IF l_opm_count > 0 THEN
2939: /* Call the xla security package for OPM Financials application also, pmarada */
2940: xla_security_pkg.set_security_context(p_application_id => 555);
2941:
2942: l_stmt_num := 25;
2943: debug(' l_stmt_num :'|| l_stmt_num);
2944: debug(' OPM misc inventory insertion');

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

3149:
3150:
3151: -- reset the SLA security back to discrete costing module
3152: IF l_opm_count > 0 THEN
3153: xla_security_pkg.set_security_context(p_application_id => 707);
3154: debug(' resetting the context to 707');
3155: END IF;
3156:
3157: /* Update Intercompany INV txns with the Vendor information */

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

3587:
3588: l_stmt_num := 50;
3589: debug(' l_stmt_num :'||l_stmt_num);
3590: debug(' Inserting data from RRS into the global temp table' );
3591: xla_security_pkg.set_security_context(p_application_id => 707);
3592:
3593: FORALL indx in po_dists_tab.FIRST..po_dists_tab.LAST
3594:
3595: INSERT into cst_reconciliation_gtt

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

3707:
3708: IF l_opm_count > 0 THEN
3709: l_stmt_num := 55;
3710: debug(' l_stmt_num :'||l_stmt_num);
3711: xla_security_pkg.set_security_context(p_application_id => 555);
3712:
3713: FORALL indx in po_dists_tab.FIRST..po_dists_tab.LAST
3714:
3715: INSERT into cst_reconciliation_gtt

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

3829: /* End OPM Financials code, pmarada */
3830:
3831: l_stmt_num := 60;
3832: debug(' l_stmt_num :'||l_stmt_num);
3833: xla_security_pkg.set_security_context(p_application_id => 200);
3834:
3835: /* Start Inserting AP Data */
3836:
3837: /* The IPV and ERV lines will have a po_dist_id against them in AIDA. SO we need to handle