DBA Data[Home] [Help]

APPS.POS_BATCH_IMPORT_PKG dependencies on ZX_PARTY_TAX_PROFILE_PKG

Line 6220: zx_party_tax_profile_pkg.update_row(p_party_tax_profile_id => l_party_tax_profile_id,

6216: IF (l_tax_prof_valid = 'Y') THEN
6217:
6218: IF (p_tax_profile_rec.insert_update_flag = 'U') THEN
6219: fnd_file.put_line(fnd_file.log, ' Updating Tax profile');
6220: zx_party_tax_profile_pkg.update_row(p_party_tax_profile_id => l_party_tax_profile_id,
6221: p_collecting_authority_flag => NULL,
6222: p_provider_type_code => NULL,
6223: p_create_awt_dists_type_code => NULL,
6224: p_create_awt_invoices_type_cod => NULL,

Line 6272: zx_party_tax_profile_pkg.insert_row(p_collecting_authority_flag => NULL,

6268: x_tax_profile_id := l_party_tax_profile_id;
6269: ELSE
6270: -- Insert
6271: fnd_file.put_line(fnd_file.log, ' Creating Tax profile');
6272: zx_party_tax_profile_pkg.insert_row(p_collecting_authority_flag => NULL,
6273: p_provider_type_code => NULL,
6274: p_create_awt_dists_type_code => NULL,
6275: p_create_awt_invoices_type_cod => NULL,
6276: p_tax_classification_code => NULL,