DBA Data[Home] [Help]

APPS.WMS_DEVICE_CONFIRMATION_PUB dependencies on MTL_TRANSACTION_REASONS

Line 3813: FROM MTL_TRANSACTION_REASONS

3809: /*Bug#7634524. -- 14028129*/
3810: IF l_rec.reason_id IS NOT NULL THEN
3811: BEGIN
3812: SELECT 1 INTO l_wf
3813: FROM MTL_TRANSACTION_REASONS
3814: WHERE reason_id=l_rec.reason_id
3815: AND workflow_name is not null
3816: AND workflow_name<>' '
3817: AND workflow_process is not null

Line 4617: FROM MTL_TRANSACTION_REASONS

4613:
4614: BEGIN
4615: SELECT 1
4616: INTO l_wf
4617: FROM MTL_TRANSACTION_REASONS
4618: WHERE reason_id=l_rec.reason_id
4619: and workflow_name is not null
4620: and workflow_name<>' '
4621: and workflow_process is not null