DBA Data[Home] [Help]

APPS.ZX_TCM_EXT_SERVICES_PUB dependencies on ZX_PARTY_TAX_PROFILE

Line 57: (P_Party_ID IN zx_party_tax_profile.party_id%Type,

53: * *
54: * *
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: )

Line 58: P_Party_Type IN zx_party_tax_profile.party_type_code%Type,

54: * *
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;

Line 72: p_country IN ZX_PARTY_TAX_PROFILE.Country_code%type

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: