DBA Data[Home] [Help]

APPS.GMIVLOT dependencies on STANDARD

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

117: l_po_vend_mst_row po_vend_mst%ROWTYPE;
118: l_def_lot_desc NUMBER; /* Bug 2343411 */
119:
120: BEGIN
121: /* Standard call to check for call compatibility. */
122: IF NOT FND_API.Compatible_API_CALL ( GMIGUTL.API_VERSION
123: , p_api_version
124: , l_api_name
125: , G_PKG_NAME

Line 533: /* Jatinder - B3158806- Moved this out of CPG block as this is a standard

529: END IF;
530: END IF;
531:
532:
533: /* Jatinder - B3158806- Moved this out of CPG block as this is a standard
534: OPM field now. */
535: /* Validate Hold release date (CPG) */
536: IF NVL(p_lot_rec.ic_hold_date, FND_API.G_MISS_DATE) = FND_API.G_MISS_DATE
537: THEN