DBA Data[Home] [Help]

APPS.AR_RECEIPT_VAL_PVT dependencies on GL_SETS_OF_BOOKS

Line 3009: FROM AR_SYSTEM_PARAMETERS sys,gl_sets_of_books sob

3005: sob.currency_code
3006: INTO l_max_wrt_off_amount,
3007: l_min_wrt_off_amount,
3008: l_functional_currency
3009: FROM AR_SYSTEM_PARAMETERS sys,gl_sets_of_books sob
3010: WHERE sys.set_of_books_id = sob.set_of_books_id;
3011:
3012: -- Bug 3136127 - if writeoff amount > 0 then max limit must have a value
3013: -- if < 0, then min limit must have a value < 0

Line 3984: l_func_currency gl_sets_of_books.currency_code%TYPE;

3980: l_amt_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
3981: l_cust_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
3982: l_cur_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
3983: l_apply_date_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
3984: l_func_currency gl_sets_of_books.currency_code%TYPE;
3985: l_activity_name ar_receivables_trx.name%TYPE;
3986: l_ccid NUMBER;
3987:
3988: BEGIN

Line 4096: gl_sets_of_books sob

4092:
4093: SELECT sob.currency_code
4094: INTO l_func_currency
4095: FROM ar_system_parameters sp,
4096: gl_sets_of_books sob
4097: WHERE sp.set_of_books_id = sob.set_of_books_id;
4098:
4099: IF (p_receipt_currency <> p_open_receipt_currency) THEN
4100: FND_MESSAGE.SET_NAME('AR','AR_RW_NET_DIFF_RCT_CURR');