DBA Data[Home] [Help]

APPS.GMD_SUBSTITUTION_PVT dependencies on GMD_ITEM_SUBSTITUTION_HDR_PKG

Line 134: GMD_ITEM_SUBSTITUTION_HDR_PKG.INSERT_ROW(

130: RAISE substitution_creation_failure;
131: END IF;
132:
133: -- Call the table handler for insert of substitution header
134: GMD_ITEM_SUBSTITUTION_HDR_PKG.INSERT_ROW(
135: X_ROWID => l_row_id,
136: X_SUBSTITUTION_ID => p_substitution_id,
137: X_SUBSTITUTION_NAME => p_substitution_hdr_rec.substitution_name,
138: X_SUBSTITUTION_VERSION => p_substitution_hdr_rec.substitution_version,

Line 469: GMD_ITEM_SUBSTITUTION_HDR_PKG.UPDATE_ROW(

465: RAISE substitution_update_failure;
466: END IF;
467:
468: -- Call the table handler for update of substitution header
469: GMD_ITEM_SUBSTITUTION_HDR_PKG.UPDATE_ROW(
470: X_SUBSTITUTION_ID => p_substitution_hdr_rec.substitution_id,
471: X_SUBSTITUTION_NAME => p_substitution_hdr_rec.substitution_name,
472: X_SUBSTITUTION_VERSION => p_substitution_hdr_rec.substitution_version,
473: X_SUBSTITUTION_STATUS => p_substitution_hdr_rec.substitution_status,