DBA Data[Home] [Help]

APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_GROUPS_B

Line 1009: FROM gr_item_groups_b ig

1005:
1006: CURSOR c_get_item_group
1007: IS
1008: SELECT ig.item_group_code
1009: FROM gr_item_groups_b ig
1010: WHERE ig.item_group_code = p_item_group_code;
1011: ItemGrpRecord c_get_item_group%ROWTYPE;
1012:
1013: /* Product Class */