DBA Data[Home] [Help]

PACKAGE: APPS.ICX_STORE_CUSTOM

Source


1 package icx_store_custom AUTHID CURRENT_USER as
2 /* $Header: ICXCSTMS.pls 115.1 99/07/17 03:16:12 porting ship $ */
3 
4  procedure add_user_error(p_cart_id number, error_message varchar2);
5 
6  procedure  store_validate_head(p_cart_id IN NUMBER);
7 
8 
9 
10  procedure  store_validate_line(p_cart_id in number);
11 
12 
13 
14  procedure store_default_lines(p_cart_id in number);
15 
16 
17 
18  procedure  store_default_head(p_cart_id in number);
19 
20  procedure freight_customcalc(p_cart_id in number,
21                               p_amt out number);
22 
23 end icx_store_custom;