DBA Data[Home] [Help]

APPS.ZX_TCM_CONTROL_PKG dependencies on HZ_CUST_SITE_USES_ALL

Line 74: -- site_use_id HZ_CUST_SITE_USES_ALL.site_use_id%type,

70: program_id zx_registrations.program_id%type,
71: program_login_id zx_registrations.program_login_id%type,
72: account_id zx_registrations.account_id%type,
73: ACCOUNT_SITE_ID zx_registrations.ACCOUNT_SITE_ID%type,
74: -- site_use_id HZ_CUST_SITE_USES_ALL.site_use_id%type,
75: geo_type_classification_code HZ_CUST_SITE_USES_ALL.tax_classification%TYPE,
76: tax_classification_code zx_registrations.tax_classification_code%type,
77: attribute1 zx_registrations.attribute1%type,
78: attribute2 zx_registrations.attribute2%type,

Line 75: geo_type_classification_code HZ_CUST_SITE_USES_ALL.tax_classification%TYPE,

71: program_login_id zx_registrations.program_login_id%type,
72: account_id zx_registrations.account_id%type,
73: ACCOUNT_SITE_ID zx_registrations.ACCOUNT_SITE_ID%type,
74: -- site_use_id HZ_CUST_SITE_USES_ALL.site_use_id%type,
75: geo_type_classification_code HZ_CUST_SITE_USES_ALL.tax_classification%TYPE,
76: tax_classification_code zx_registrations.tax_classification_code%type,
77: attribute1 zx_registrations.attribute1%type,
78: attribute2 zx_registrations.attribute2%type,
79: attribute3 zx_registrations.attribute3%type,

Line 132: p_site_use_id IN HZ_CUST_SITE_USES_ALL.SITE_USE_ID%TYPE,

128: p_tax_regime_code IN ZX_REGIMES_B.TAX_REGIME_CODE%TYPE,
129: p_jurisdiction_code IN ZX_JURISDICTIONS_B.TAX_JURISDICTION_CODE%TYPE,
130: p_account_id IN ZX_REGISTRATIONS.ACCOUNT_ID%TYPE,
131: p_account_site_id IN ZX_REGISTRATIONS.ACCOUNT_SITE_ID%TYPE,
132: p_site_use_id IN HZ_CUST_SITE_USES_ALL.SITE_USE_ID%TYPE,
133: p_zx_registration_rec OUT NOCOPY ZX_TCM_CONTROL_PKG.ZX_REGISTRATION_INFO_REC,
134: p_ret_record_level OUT NOCOPY VARCHAR2,
135: p_return_status OUT NOCOPY VARCHAR2);
136: