DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKS_SUBSCR_HEADER_B

Line 1495: FROM oks_subscr_header_b b

1491:
1492: -- gets old and new item instance
1493: Cursor get_item_instance(chrId number, cleId number) IS
1494: SELECT b.instance_id
1495: FROM oks_subscr_header_b b
1496: WHERE b.dnz_chr_id = chrId and b.cle_id = cleId;
1497:
1498: -- Gets the new covered lines that are covering the old item instance.
1499: Cursor get_new_cps(oldItemInst number) IS