DBA Data[Home] [Help]

APPS.XTR_HEDGE_PROCESS_P dependencies on RA_BATCH_SOURCES_ALL

Line 1672: from ra_batch_sources_all

1668: and org_id = l_ar_org_id;
1669:
1670: cursor batch is
1671: select name
1672: from ra_batch_sources_all
1673: where batch_source_id = l_batch_source_id
1674: and org_id = l_ar_org_id;
1675:
1676:

Line 2120: from ra_batch_sources_all bs,

2116: v_opunit_neq Varchar2(5000);
2117:
2118: Cursor ar_source(p_source in VARCHAR2, p_company in VARCHAR2) is
2119: select '(BATCH_SOURCE_ID = '|| batch_source_id || ' AND ORG_ID = '||org_id||') OR ' source
2120: from ra_batch_sources_all bs,
2121: hr_operating_units ho,
2122: xtr_parties_v xp
2123: where bs.org_id = ho.organization_id
2124: and ho.set_of_books_id = (SELECT glle.ledger_id FROM gl_ledger_le_v glle