DBA Data[Home] [Help]

APPS.INV_TXN_VALIDATIONS dependencies on MTL_RESERVATIONS

Line 1805: from mtl_reservations

1801:
1802:
1803: select count(*)
1804: into l_cnt
1805: from mtl_reservations
1806: where lpn_id = l_lpn_id
1807: and organization_id = p_org_id;
1808:
1809: if l_cnt >= 1 then