DBA Data[Home] [Help]

PACKAGE BODY: APPS.ICX_CART_LINES_VAL

Source


1 package body ICX_CART_LINES_VAL as
2 /* $Header: ICXCRLVB.pls 115.1 99/07/17 03:16:05 porting ship $ */
3 
4 --  procedure line_validation(line_rec IN AK$ICX_SHOPPING_CART_LINES_V.REC) is
5 procedure line_validation(line_rec IN varchar2) is
6   begin
7      null;
8   end;
9 end ICX_CART_LINES_VAL;