DBA Data[Home] [Help]

APPS.XLA_EVT_CLASS_ACCT_ATTRS_PKG dependencies on XLA_ACCT_ATTRIBUTES_B

Line 1601: FROM xla_acct_attributes_b

1597:
1598: CURSOR c_inherited_acct_attr
1599: IS
1600: SELECT inherited_flag
1601: FROM xla_acct_attributes_b
1602: WHERE accounting_attribute_code = p_accounting_attribute_code;
1603:
1604: CURSOR c_jlt_assgn_exist
1605: IS

Line 1924: FROM xla_acct_attributes_b

1920:
1921: CURSOR c_inherited_acct_attr
1922: IS
1923: SELECT inherited_flag
1924: FROM xla_acct_attributes_b
1925: WHERE accounting_attribute_code = p_accounting_attribute_code;
1926:
1927: CURSOR c_line_types
1928: IS