DBA Data[Home] [Help]

APPS.ZX_TAXWARE_USER_PKG dependencies on OE_SYSTEM_PARAMETERS_ALL

Line 442: l_master_org_id oe_system_parameters_all.master_organization_id%type;

438: l_ship_from_party_id ZX_PARTY_TAX_PROFILE.PARTY_ID%TYPE;
439: --i PLS_INTEGER;
440: j PLS_INTEGER;
441:
442: l_master_org_id oe_system_parameters_all.master_organization_id%type;
443: /* Bug 4668932 */
444: l_tax_jurisdiction_rec ZX_TCM_GEO_JUR_PKG.tax_jurisdiction_rec_type;
445: l_jurisdictions_found VARCHAR2(1);
446: l_ship_to_geocode VARCHAR2(30);

Line 1802: l_master_org_id oe_system_parameters_all.master_organization_id%type;

1798: IS
1799:
1800: l_product_id ZX_LINES_DET_FACTORS.product_id%TYPE;
1801: l_memo_line_id NUMBER;
1802: l_master_org_id oe_system_parameters_all.master_organization_id%type;
1803:
1804: l_api_name CONSTANT VARCHAR2(30) := 'DERIVE_PRODUCT_CODE';
1805:
1806: BEGIN

Line 2005: l_master_org_id oe_system_parameters_all.master_organization_id%type;

2001: l_sfr_geocode VARCHAR2(10);
2002: l_sfr_in_out_flag VARCHAR2(1);
2003: l_flag BOOLEAN;
2004: l_inventory_item_id NUMBER;
2005: l_master_org_id oe_system_parameters_all.master_organization_id%type;
2006: l_ship_from_party_id ZX_PARTY_TAX_PROFILE.PARTY_ID%TYPE;
2007: l_ship_from_location_id ZX_LINES_DET_FACTORS.SHIP_FROM_LOCATION_ID%TYPE;
2008:
2009: l_api_name CONSTANT VARCHAR2(30) := 'DERIVE_SHIP_FROM_ADDRESS_CODE';