DBA Data[Home] [Help]

APPS.GR_OTHER_NAMES_TL_PKG dependencies on GR_ITEM_GENERAL

Line 425: from GR_ITEM_GENERAL B,

421:
422: delete from GR_OTHER_NAMES_TL T
423: where not exists
424: (select NULL
425: from GR_ITEM_GENERAL B,
426: SY_ORGN_MST S
427: where B.ITEM_CODE = T.ITEM_CODE
428: and S.ORGN_CODE = T.ORGN_CODE
429: );

Line 987: GR_ITEM_GENERAL_PKG.Check_Primary_Key

983: l_msg_token := p_item_code || ' ' || p_orgn_code || ' ' || p_language;
984:
985: /* Check the item code */
986:
987: GR_ITEM_GENERAL_PKG.Check_Primary_Key
988: (p_item_code,
989: 'F',
990: l_rowid,
991: l_key_exists);

Line 1226: from GR_ITEM_GENERAL B,

1222: begin
1223: delete from GR_OTHER_NAMES_TL T
1224: where not exists
1225: (select NULL
1226: from GR_ITEM_GENERAL B,
1227: SY_ORGN_MST S
1228: where B.ITEM_CODE = T.ITEM_CODE
1229: and S.ORGN_CODE = T.ORGN_CODE
1230: );