DBA Data[Home] [Help]

APPS.FUN_RECIPIENT_WF dependencies on FUN_TRX_TYPES_B

Line 579: FROM fun_trx_batches b, fun_trx_types_b t

575: itemkey => itemkey,
576: aname => 'TRX_ID');
577:
578: SELECT t.manual_approve_flag INTO l_result
579: FROM fun_trx_batches b, fun_trx_types_b t
580: WHERE b.batch_id = l_batch_id AND
581: b.trx_type_id = t.trx_type_id;
582:
583: IF (l_result = 'Y') THEN