DBA Data[Home] [Help]

APPS.GMIVITM dependencies on STANDARD

Line 265: IF (p_item_rec.sub_standard_class IS NOT NULL) THEN

261:
262: END IF;
263:
264:
265: IF (p_item_rec.sub_standard_class IS NOT NULL) THEN
266:
267: select 1 into row_count from sub_std_item_cls_vw
268: where sub_standard_class=RTRIM(p_item_rec.sub_standard_class) and delete_mark = 0;
269:

Line 268: where sub_standard_class=RTRIM(p_item_rec.sub_standard_class) and delete_mark = 0;

264:
265: IF (p_item_rec.sub_standard_class IS NOT NULL) THEN
266:
267: select 1 into row_count from sub_std_item_cls_vw
268: where sub_standard_class=RTRIM(p_item_rec.sub_standard_class) and delete_mark = 0;
269:
270: IF (row_count <> 1) THEN
271: Return FALSE;
272: END IF;

Line 381: /* Standard call to check for call compatibility. */

377: l_ic_lots_sts_row ic_lots_sts%ROWTYPE;
378: l_api_name VARCHAR2(30) := 'Validate Item';
379: BEGIN
380:
381: /* Standard call to check for call compatibility. */
382: IF NOT FND_API.Compatible_API_CALL
383: (GMIGUTL.API_VERSION, p_api_version, 'Validate_Item', G_PKG_NAME)
384: THEN
385: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;