DBA Data[Home] [Help]

APPS.OZF_QP_QUAL_PVT dependencies on OZF_RESALE_BATCH_LINE_MAPS_ALL

Line 1933: ozf_resale_batch_line_maps_all orblm

1929:
1930: CURSOR c_resale_batch_info(p_resale_line_id IN NUMBER) IS
1931: SELECT orb.direct_order_flag
1932: FROM ozf_resale_batches_all orb,
1933: ozf_resale_batch_line_maps_all orblm
1934: WHERE orblm.resale_line_id = p_resale_line_id
1935: AND orblm.resale_batch_id = orb.resale_batch_id;
1936:
1937: CURSOR c_exchange_rate_type_csr(p_org_id NUMBER)IS