DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on GL_CURRENCY_API

Line 1354: gl_currency_api.get_rate(poh.currency_code, gsb.currency_code,

1350:
1351: BEGIN
1352:
1353: select decode(poll.match_option, 'P',NVL(pod.rate,1),
1354: gl_currency_api.get_rate(poh.currency_code, gsb.currency_code,
1355: trunc(p_wo_date),poh.rate_type)
1356: )
1357: into l_wo_cr
1358: from po_distributions_all pod,

Line 1369: WHEN gl_currency_api.NO_RATE THEN

1365: and poll.line_location_id = pod.line_location_id
1366: and gsb.set_of_books_id = pod.set_of_books_id ;
1367:
1368: EXCEPTION
1369: WHEN gl_currency_api.NO_RATE THEN
1370:
1371: Select NVL(pod.rate,1),
1372: NVL(pod.rate_date,TRUNC(pod.creation_date))
1373: into l_wo_cr,