DBA Data[Home] [Help]

APPS.XTR_ORACLE_FIN_INTERFACES_P dependencies on XTR_PARTIES_V

Line 391: from XTR_PARTIES_V PTY,

387:
388: --
389: cursor SOB_ID is
390: select PTY.set_of_books_id, SOB.name
391: from XTR_PARTIES_V PTY,
392: GL_SETS_OF_BOOKS SOB
393: where PTY.set_of_books_id = SOB.set_of_books_id
394: and PTY.party_code = p_company_code;
395: --

Line 488: from xtr_parties_v

484: cursor EXCHANGE_TYPE is
485: select user_conversion_type
486: from gl_daily_conversion_types
487: where conversion_type = (select conversion_type
488: from xtr_parties_v
489: where party_code = p_company_code);
490: --
491: cursor GL_GROUP_ID is
492: select gl_interface_control_s.nextval