DBA Data[Home] [Help]

APPS.XTR_JOURNAL_PROCESS_P dependencies on GL_SETS_OF_BOOKS

Line 1094: gl_sets_of_books sob,

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

Line 3367: gl_sets_of_books sob,

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