DBA Data[Home] [Help]

APPS.ZX_TCM_EXT_SERVICES_PUB dependencies on ZX_REGISTRATIONS

Line 59: P_Effective_Date IN zx_registrations.effective_from%Type,

55: **************************************************************************/
56: FUNCTION Get_Default_Tax_Reg
57: (P_Party_ID IN zx_party_tax_profile.party_id%Type,
58: P_Party_Type IN zx_party_tax_profile.party_type_code%Type,
59: P_Effective_Date IN zx_registrations.effective_from%Type,
60: x_return_status OUT NOCOPY VARCHAR2
61: )
62: RETURN Varchar2;
63:

Line 70: p_registration_num IN ZX_REGISTRATIONS.Registration_Number%type,

66: * ======================================================================*/
67: FUNCTION get_le_from_tax_registration
68: (
69: x_return_status OUT NOCOPY VARCHAR2,
70: p_registration_num IN ZX_REGISTRATIONS.Registration_Number%type,
71: p_effective_date IN ZX_REGISTRATIONS.effective_from%type,
72: p_country IN ZX_PARTY_TAX_PROFILE.Country_code%type
73: ) RETURN Number;
74: END ZX_TCM_EXT_SERVICES_PUB;

Line 71: p_effective_date IN ZX_REGISTRATIONS.effective_from%type,

67: FUNCTION get_le_from_tax_registration
68: (
69: x_return_status OUT NOCOPY VARCHAR2,
70: p_registration_num IN ZX_REGISTRATIONS.Registration_Number%type,
71: p_effective_date IN ZX_REGISTRATIONS.effective_from%type,
72: p_country IN ZX_PARTY_TAX_PROFILE.Country_code%type
73: ) RETURN Number;
74: END ZX_TCM_EXT_SERVICES_PUB;
75: