DBA Data[Home] [Help]

APPS.XLA_ACCT_ANALYSIS_RPT_PKG dependencies on XLA_SECURITY_PKG

Line 557: -- xla_security_pkg.set_security_context(602);

553: -- following will set the right transaction security
554: -- The transaction security in this case is "no security"
555: -- becuase the report is submitted from a GL responsibility
556: --
557: -- xla_security_pkg.set_security_context(602);
558:
559: /*For bug#9002134 Account Analysis report can be run for a given je source.
560: This je source parameter by default would not be displayed and would be null.
561: If je source is null or All ie application id is null or 101 no security else security

Line 569: xla_security_pkg.set_security_context(602);

565: Hence the following piece of code
566: */
567:
568: IF nvl(p_application_id,101) = 101 THEN
569: xla_security_pkg.set_security_context(602);
570:
571: p_je_source_period := ' ,NULL JE_SOURCE_PERIOD_DR
572: ,NULL JE_SOURCE_PERIOD_CR';
573:

Line 575: xla_security_pkg.set_security_context(p_application_id);

571: p_je_source_period := ' ,NULL JE_SOURCE_PERIOD_DR
572: ,NULL JE_SOURCE_PERIOD_CR';
573:
574: ELSE
575: xla_security_pkg.set_security_context(p_application_id);
576:
577: BEGIN
578: SELECT gjst.je_source_name
579: INTO l_je_source_name