DBA Data[Home] [Help]

APPS.GR_MULTILINGUAL_NAME_TL_PKG dependencies on GR_ITEM_GENERAL

Line 678: from GR_ITEM_GENERAL B,

674:
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: );

Line 1434: GR_ITEM_GENERAL_PKG.Check_Primary_Key

1430: l_msg_token := p_item_code || ' ' || p_label_code || ' ' || p_language;
1431:
1432: /* Check the item code */
1433:
1434: GR_ITEM_GENERAL_PKG.Check_Primary_Key
1435: (p_item_code,
1436: 'F',
1437: l_rowid,
1438: l_key_exists);

Line 1712: from GR_ITEM_GENERAL B

1708: begin
1709: delete from GR_MULTILINGUAL_NAME_TL T
1710: where not exists
1711: (select NULL
1712: from GR_ITEM_GENERAL B
1713: where B.ITEM_CODE = T.ITEM_CODE
1714: );
1715:
1716: update GR_MULTILINGUAL_NAME_TL T set (