DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS dependencies on RA_TERMS

Line 1919: from ra_terms t , ra_terms_lines tl

1915: l_currency_code IN VARCHAR2) IS
1916: select sequence_num as installment_number,
1917: arp_util.CurrRound( (relative_amount/base_amount ) * l_amount ,
1918: l_currency_code) as installment_amount
1919: from ra_terms t , ra_terms_lines tl
1920: where t.term_id = tl.term_id
1921: and t.term_id = l_term_id;
1922:
1923: BEGIN

Line 1950: FROM RA_TERMS_B

1946: RAISE FND_API.G_EXC_ERROR;
1947: ELSE
1948: BEGIN
1949: SELECT 1 into l_dummy
1950: FROM RA_TERMS_B
1951: WHERE term_id = p_term_id;
1952: EXCEPTION
1953: WHEN NO_DATA_FOUND THEN
1954: FND_MESSAGE.SET_NAME('AR','AR_PPAY_PAY_TERM_INVALID');