DBA Data[Home] [Help]

APPS.POS_VENDOR_REG_PKG dependencies on ZX_PARTY_TAX_PROFILE_PKG

Line 920: zx_party_tax_profile_pkg.update_row

916: FETCH l_ptp_cur INTO l_party_tax_profile_id;
917: IF l_ptp_cur%found THEN
918: CLOSE l_ptp_cur;
919:
920: zx_party_tax_profile_pkg.update_row
921: (p_party_tax_profile_id => l_party_tax_profile_id,
922: p_collecting_authority_flag => NULL,
923: p_provider_type_code => NULL,
924: p_create_awt_dists_type_code => NULL,

Line 973: x_msg_data := 'call to zx_party_tax_profile_pkg.update_row failed';

969: IF x_return_status IS NULL
970: OR x_return_status <> fnd_api.g_ret_sts_success THEN
971: ROLLBACK TO approve_supplier_reg;
972: x_msg_count := 1;
973: x_msg_data := 'call to zx_party_tax_profile_pkg.update_row failed';
974: RETURN;
975: END IF;
976: ELSE
977: CLOSE l_ptp_cur;