DBA Data[Home] [Help]

APPS.GR_MULTILINGUAL_NAME_TL_PKG dependencies on GR_LABELS_B

Line 679: GR_LABELS_B L

675: delete from GR_MULTILINGUAL_NAME_TL T
676: where not exists
677: (select NULL
678: from GR_ITEM_GENERAL B,
679: GR_LABELS_B L
680: where B.ITEM_CODE = T.ITEM_CODE
681: and L.LABEL_CODE = T.LABEL_CODE
682: );
683:

Line 1451: GR_LABELS_B_PKG.Check_Primary_Key

1447: END IF;
1448:
1449: /* Check the label code */
1450:
1451: GR_LABELS_B_PKG.Check_Primary_Key
1452: (p_label_code,
1453: 'F',
1454: l_rowid,
1455: l_key_exists);