DBA Data[Home] [Help]

APPS.XTR_HEDGE_PROCESS_P dependencies on RA_CUST_TRX_TYPES_ALL

Line 1666: from ra_cust_trx_types_all

1662: and payment_schedule_id = p_paysch_id;
1663:
1664: cursor ar_trxtype is
1665: select name
1666: from ra_cust_trx_types_all
1667: where cust_trx_type_id = l_ar_trxtype_id
1668: and org_id = l_ar_org_id;
1669:
1670: cursor batch is

Line 2132: from ra_cust_trx_types_all tt,

2128: and bs.name = p_source;
2129:
2130: Cursor ar_trxtype(p_trxtype in VARCHAR2, p_company in VARCHAR2) is
2131: select '(CUST_TRX_TYPE_ID = '|| cust_trx_type_id || ' AND ORG_ID = '||org_id||') OR ' trxtype
2132: from ra_cust_trx_types_all tt,
2133: hr_operating_units ho,
2134: xtr_parties_v xp
2135: where tt.org_id = ho.organization_id
2136: and ho.set_of_books_id = (SELECT glle.ledger_id FROM gl_ledger_le_v glle