DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKS_SUBSCR_HEADER_B

Line 1487: FROM oks_subscr_header_b b

1483:
1484: -- gets old and new item instance
1485: Cursor get_item_instance(chrId number, cleId number) IS
1486: SELECT b.instance_id
1487: FROM oks_subscr_header_b b
1488: WHERE b.dnz_chr_id = chrId and b.cle_id = cleId;
1489:
1490: -- Gets the new covered lines that are covering the old item instance.
1491: Cursor get_new_cps(oldItemInst number) IS