DBA Data[Home] [Help]

APPS.ICX_POR_WF_UTIL_PKG dependencies on ICX_POR_WF_UTIL_PKG

Line 1: PACKAGE BODY icx_por_wf_util_pkg AS

1: PACKAGE BODY icx_por_wf_util_pkg AS
2: /* $Header: ICXWFUTB.pls 115.1 2004/03/31 18:47:51 vkartik noship $ */
3:
4: /* Function returns po number for the given line_location_id */
5: FUNCTION get_po_number(p_line_location_id IN NUMBER) RETURN VARCHAR2

Line 147: END icx_por_wf_util_pkg;

143: l_cost_center := '';
144: RETURN l_cost_center;
145: END get_cost_center;
146:
147: END icx_por_wf_util_pkg;