DBA Data[Home] [Help]

APPS.FUN_RECIPIENT_WF dependencies on FUN_TRX_TYPES_B

Line 621: FROM fun_trx_batches b, fun_trx_types_b t

617: itemkey => itemkey,
618: aname => 'TRX_ID');
619:
620: SELECT t.manual_approve_flag INTO l_result
621: FROM fun_trx_batches b, fun_trx_types_b t
622: WHERE b.batch_id = l_batch_id AND
623: b.trx_type_id = t.trx_type_id;
624:
625: IF (l_result = 'Y') THEN