DBA Data[Home] [Help]

APPS.WSH_CONTAINER_ACTIONS dependencies on WSH_SHIPPING_PARAMETERS

Line 72: fill_pc_basis WSH_SHIPPING_PARAMETERS.percent_fill_basis_flag%TYPE);

68:
69: -- Cache Tables
70: TYPE organization_info IS RECORD (
71: process_flag VARCHAR2(1),
72: fill_pc_basis WSH_SHIPPING_PARAMETERS.percent_fill_basis_flag%TYPE);
73: TYPE organization_info_tab IS TABLE OF organization_info INDEX BY BINARY_INTEGER;
74: g_cache_organization_info_tab organization_info_tab;
75:
76: /* Organization specific Cache Table */