DBA Data[Home] [Help]

APPS.XTR_JOURNAL_PROCESS_P dependencies on GL_SETS_OF_BOOKS

Line 1095: gl_sets_of_books sob,

1091: cp.parameter_value_code, -- replaced pty.conversion_type,
1092: dct.user_conversion_type
1093: from xtr_parties_v pty,
1094: xtr_company_parameters cp,
1095: gl_sets_of_books sob,
1096: gl_daily_conversion_types dct
1097: where pty.party_code = in_company
1098: and cp.company_code = pty.party_code
1099: and cp.parameter_code = 'ACCNT_EXRTP'

Line 3368: gl_sets_of_books sob,

3364:
3365: cursor c_acctg_period(p_journal_date DATE) is
3366: select period_name
3367: from gl_periods per,
3368: gl_sets_of_books sob,
3369: xtr_parties_v pty
3370: where pty.party_code = l_company_code
3371: and sob.set_of_books_id = pty.set_of_books_id
3372: and sob.period_set_name = per.period_set_name