DBA Data[Home] [Help]

APPS.XLA_CMP_EVENT_TYPE_PKG dependencies on STANDARD

Line 1083: -- Accrual Reversal : to get date for Standard Source (NONE)

1079: --+=============================================================================+
1080: --
1081: C_HDR_ACCT_BODY CONSTANT VARCHAR2(10000) := '
1082: ------------------------------------------------------------
1083: -- Accrual Reversal : to get date for Standard Source (NONE)
1084: ------------------------------------------------------------
1085: l_acc_rev_gl_date_source := $acc_rev_gl_date_source$;
1086:
1087: ';

Line 3547: ---------------------- NONE - Standard Source ----------------------

3543: ELSE
3544: l_body := xla_cmp_string_pkg.replace_token (l_body ,'$if_cond$' ,'IF l_acc_rev_gl_date_source IS NOT NULL THEN ');
3545: l_body := xla_cmp_string_pkg.replace_token (l_body,'$accrual_reversal_body2$'
3546: ,'
3547: ---------------------- NONE - Standard Source ----------------------
3548: IF l_acc_rev_gl_date_source < XLA_AE_HEADER_PKG.g_rec_header_new.array_gl_date(hdr_idx) THEN
3549: xla_accounting_err_pkg.build_message
3550: (p_appli_s_name => ''XLA''
3551: ,p_msg_name => ''XLA_MA_INVALID_GL_DATE''