DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS dependencies on RA_TERMS

Line 1896: from ra_terms t , ra_terms_lines tl

1892: l_currency_code IN VARCHAR2) IS
1893: select sequence_num as installment_number,
1894: arp_util.CurrRound( (relative_amount/base_amount ) * l_amount ,
1895: l_currency_code) as installment_amount
1896: from ra_terms t , ra_terms_lines tl
1897: where t.term_id = tl.term_id
1898: and t.term_id = l_term_id;
1899:
1900: BEGIN

Line 1927: FROM RA_TERMS_B

1923: RAISE FND_API.G_EXC_ERROR;
1924: ELSE
1925: BEGIN
1926: SELECT 1 into l_dummy
1927: FROM RA_TERMS_B
1928: WHERE term_id = p_term_id;
1929: EXCEPTION
1930: WHEN NO_DATA_FOUND THEN
1931: FND_MESSAGE.SET_NAME('AR','AR_PPAY_PAY_TERM_INVALID');