DBA Data[Home] [Help]

APPS.OKL_AEH_PVT dependencies on OKL_ACCOUNTING_EVENTS

Line 508: FROM OKL_ACCOUNTING_EVENTS

504: l_row_notfound BOOLEAN := TRUE;
505:
506: CURSOR okl_aehv_fk_csr (p_accounting_event_id IN NUMBER) IS
507: SELECT '1'
508: FROM OKL_ACCOUNTING_EVENTS
509: WHERE OKL_ACCOUNTING_EVENTS.accounting_event_id = p_accounting_event_id;
510:
511: BEGIN
512: -- initialize return status

Line 509: WHERE OKL_ACCOUNTING_EVENTS.accounting_event_id = p_accounting_event_id;

505:
506: CURSOR okl_aehv_fk_csr (p_accounting_event_id IN NUMBER) IS
507: SELECT '1'
508: FROM OKL_ACCOUNTING_EVENTS
509: WHERE OKL_ACCOUNTING_EVENTS.accounting_event_id = p_accounting_event_id;
510:
511: BEGIN
512: -- initialize return status
513: x_return_status := Okc_Api.G_RET_STS_SUCCESS;